mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-12-24 06:14:34 +01:00
Add getprogname and setprogname
This commit is contained in:
committed by
Guillem Jover
parent
1e8b819b45
commit
5bd834027d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user