File: hstring.h

package info (click to toggle)
hping2 2.rc3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 760 kB
  • ctags: 950
  • sloc: ansic: 6,706; makefile: 109; sh: 83
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
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