Return to strings.c CVS log | Up to [cvsweb.bsd.lv] / mandoc |
version 1.9, 2009/01/17 16:15:27 | version 1.10, 2009/01/20 13:49:36 | ||
---|---|---|---|
|
|
||
#include <stdlib.h> | #include <stdlib.h> | ||
#include <stdio.h> | #include <stdio.h> | ||
#include <string.h> | #include <string.h> | ||
#ifdef __linux__ | #ifndef __OpenBSD__ | ||
#include <time.h> | #include <time.h> | ||
#endif | #endif | ||