libbsd/include/bsd/stdlib.h
2008-05-06 08:52:15 +03:00

12 lines
179 B
C

#ifndef LIBBSD_STDLIB_H
#define LIBBSD_STDLIB_H
#include <stdlib.h>
const char *fmtcheck (const char *, const char *);
char *getprogname ();
void setprogname (char *);
#endif