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