mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-12 00:29:11 +02:00
7 lines
88 B
C
7 lines
88 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
int str2int(const char *str, int len);
|
|
|
|
#endif // MISC_H
|