move strtoq into new string files (bug #4740)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-07-20 00:13:15 +00:00
parent 3677a861c8
commit a6b0f6074f
4 changed files with 108 additions and 97 deletions

View File

@@ -41,8 +41,6 @@ typedef unsigned int u_int32_t;
#endif
char* strsep(char** str, const char* delims);
uint64_t
strtoq(const char *nptr, char **endptr, int base);
int setenv(const char *name, const char *value, int overwrite);
int unsetenv(const char *name);
#endif