mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-09 07:14:01 +01:00
12 lines
179 B
C
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
|