hping3/hstring.h

8 lines
146 B
C
Raw Permalink Normal View History

2022-04-13 18:01:39 +08:00
#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