owntone-server/src/misc.h

12 lines
152 B
C
Raw Normal View History

2009-04-30 08:25:52 -04:00
#ifndef __MISC_H__
#define __MISC_H__
int
safe_atoi(const char *str, int *val);
int
safe_atol(const char *str, long *val);
#endif /* !__MISC_H__ */