Skip to content
Snippets Groups Projects
Commit f99d9212 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[modules] Use stdlib instead or strtol

parent accc23e6
No related branches found
No related tags found
No related merge requests found
...@@ -62,10 +62,9 @@ ...@@ -62,10 +62,9 @@
#include "ifparser.h" #include "ifparser.h"
#include <ctype.h> #include <ctype.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
extern long strtol(const char *nptr, char **endptr, int base);
/**************************************************************************** /****************************************************************************
Internal Macros and Utilities for Parser Internal Macros and Utilities for Parser
****************************************************************************/ ****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment