diff options
Diffstat (limited to 'src/types/map.c')
| -rw-r--r-- | src/types/map.c | 4 |
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 +}
|
