1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 19:55:53 +01:00
GPXSee/src/common/str2int.h

7 lines
88 B
C
Raw Normal View History

2017-11-26 18:54:03 +01:00
#ifndef MISC_H
#define MISC_H
int str2int(const char *str, int len);
#endif // MISC_H