mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-12-23 05:47:18 +01:00
fmtcheck: New function
This commit is contained in:
committed by
Guillem Jover
parent
657f1b59ce
commit
91473e2748
@@ -7,5 +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 *);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user