mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-10 11:35:32 +01:00
10 lines
150 B
C
10 lines
150 B
C
#ifndef LIBBSD_STDLIB_H
|
|
#define LIBBSD_STDLIB_H
|
|
|
|
#include <sys/types.h>
|
|
#include <stdio.h>
|
|
|
|
const char *fmtcheck(const char *, const char *);
|
|
|
|
#endif
|