Added manpages and fixed fmtcheck

This commit is contained in:
Aurelien Jarno
2005-12-20 20:29:47 +00:00
committed by Guillem Jover
parent 91473e2748
commit dedb8169c4
9 changed files with 575 additions and 6 deletions

9
include/bsd/stdlib.h Normal file
View 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