Add getprogname and setprogname

This commit is contained in:
Robert Millan
2006-03-17 19:55:21 +00:00
committed by Guillem Jover
parent 1e8b819b45
commit 5bd834027d
5 changed files with 51 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
#ifndef LIBBSD_STDLIB_H
#define LIBBSD_STDLIB_H
const char *fmtcheck(const char *, const char *);
#include <stdlib.h>
const char *fmtcheck (const char *, const char *);
char *getprogname ();
void setprogname (char *);
#endif