Files
2025-12-03 11:12:34 +08:00

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