#ifndef MISC_H #define MISC_H int str2int(const char *str, int len); #endif // MISC_H