#ifndef _INT_LIB_H_ #define _INT_LIB_H_ #include "generic/typedef.h" int wss_htoi(const char s[], int start, int len); #endif