first draft

This commit is contained in:
Alex
2022-04-13 18:01:39 +08:00
commit 906782e134
111 changed files with 15383 additions and 0 deletions

7
hstring.h Normal file
View File

@ -0,0 +1,7 @@
#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