From 4523c0c2ae946e1e5c982a01c961d3aaacd7858a Mon Sep 17 00:00:00 2001 From: ame Date: Sun, 8 Sep 2024 01:51:33 -0500 Subject: net hardening --- src/types/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/types/map.c') diff --git a/src/types/map.c b/src/types/map.c index a15762a..31e79a9 100644 --- a/src/types/map.c +++ b/src/types/map.c @@ -115,7 +115,7 @@ void map_clear(map_t* M, enum free_type free){ map_lclear(M); } -int main(){ +int __main(){ int i = 5; int b = 24; int c = 9; @@ -132,4 +132,4 @@ int main(){ map_clear(m, NONE); return 0; -} \ No newline at end of file +} -- cgit v1.2.3