mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 23:08:00 +02:00
Added manpages and fixed fmtcheck
This commit is contained in:

committed by
Guillem Jover

parent
91473e2748
commit
dedb8169c4
9
include/bsd/stdlib.h
Normal file
9
include/bsd/stdlib.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LIBBSD_STDLIB_H
|
||||
#define LIBBSD_STDLIB_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
const char *fmtcheck(const char *, const char *);
|
||||
|
||||
#endif
|
@@ -7,6 +7,6 @@
|
||||
size_t strlcpy(char *dst, const char *src, size_t siz);
|
||||
size_t strlcat(char *dst, const char *src, size_t siz);
|
||||
char *fgetln(FILE *fp, size_t *lenp);
|
||||
const char *fmtcheck(const char *, const char *);
|
||||
wchar_t *fgetwln(FILE * __restrict fp, size_t *lenp);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user