Hash : dedb8169 Author : Date : 2005-12-20T20:29:47
Download
1 2 3 4 5 6 7 8 9
#ifndef LIBBSD_STDLIB_H #define LIBBSD_STDLIB_H #include <sys/types.h> #include <stdio.h> const char *fmtcheck(const char *, const char *); #endif