#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__ */