aboutsummaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorame <[email protected]>2024-09-08 01:51:33 -0500
committerame <[email protected]>2024-09-08 01:51:33 -0500
commit4523c0c2ae946e1e5c982a01c961d3aaacd7858a (patch)
tree0941743962fbde6365a1743911946f33a2bab8fb /src/types
parent70fb1016bc06339b9fc51bb4674c38e3190880cc (diff)
net hardening
Diffstat (limited to 'src/types')
-rw-r--r--src/types/map.c4
1 files changed, 2 insertions, 2 deletions
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
+}