libbsd/include/bsd/stdlib.h

12 lines
179 B
C
Raw Normal View History

2005-12-20 20:29:47 +00:00
#ifndef LIBBSD_STDLIB_H
#define LIBBSD_STDLIB_H
2006-03-17 19:55:21 +00:00
#include <stdlib.h>
const char *fmtcheck (const char *, const char *);
char *getprogname ();
void setprogname (char *);
2005-12-20 20:29:47 +00:00
#endif