Return to hstring.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / hping2 |
1.1 misho 1: #ifndef HPING_HSTRNIG_H 2: #define HPING_HSTRING_H 3: 4: int strisnum(char *s); 5: size_t strftok(char *sep, char *str, char **tptrs, size_t nptrs); 6: 7: #endif