791030334873d66331be76aeb9ad5614dba7cfe2
[collectd.git] / src / libconfig / strtoll.h
1 #ifndef _RSK_STRTOLL_H
2 #define _RSK_STRTOLL_H
3
4 long long int strtoll(const char *nptr, char **endptr, int base);
5
6 #endif