File: stdutil.h

package info (click to toggle)
cgiwrap 3.5-3
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 356 kB
  • ctags: 115
  • sloc: sh: 3,954; ansic: 1,036; perl: 104; makefile: 86
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
/* rcsid: $Id: stdutil.h,v 1.4 1996/05/31 16:34:07 nneul Exp $ */


#if !defined(HAS_STRDUP)
char *strdup(char *string);
#endif