fmtcheck: New function

This commit is contained in:
Aurelien Jarno
2005-12-18 04:02:56 +00:00
committed by Guillem Jover
parent 657f1b59ce
commit 91473e2748
5 changed files with 276 additions and 1 deletions

View File

@@ -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