diff options
Diffstat (limited to 'mg_tools.c')
-rw-r--r-- | mg_tools.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,12 +10,12 @@ #include "mg_tools.h" -extern "C" -{ +/*extern "C" +{*/ #include <stdarg.h> #include <stdio.h> -} - +/*} +*/ #include <stdlib.h> #define MAX_BUFLEN 2048 |