Hash : 5bd83402 Author : Date : 2006-03-17T19:55:21
Download
1 2 3 4 5 6 7 8 9 10 11
#ifndef LIBBSD_STDLIB_H #define LIBBSD_STDLIB_H #include <stdlib.h> const char *fmtcheck (const char *, const char *); char *getprogname (); void setprogname (char *); #endif