#ifndef LIBBSD_STDLIB_H #define LIBBSD_STDLIB_H #include const char *fmtcheck (const char *, const char *); char *getprogname (); void setprogname (char *); #endif