File: hstring.h

package info (click to toggle)
hping2 2.rc3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 756 kB
  • ctags: 951
  • sloc: ansic: 6,706; makefile: 110; 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