1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 19:55:53 +01: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