1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-12 00:29:11 +02:00
GPXSee/src/common/str2int.h
2018-01-22 00:38:13 +01:00

7 lines
88 B
C

#ifndef MISC_H
#define MISC_H
int str2int(const char *str, int len);
#endif // MISC_H