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