hping3/hstring.h
2022-04-13 18:01:39 +08:00

8 lines
146 B
C

#ifndef HPING_HSTRNIG_H
#define HPING_HSTRING_H
int strisnum(char *s);
size_t strftok(char *sep, char *str, char **tptrs, size_t nptrs);
#endif