Return to strings.c CVS log | Up to [cvsweb.bsd.lv] / mandoc |
version 1.14, 2009/02/23 12:45:19 | version 1.15, 2009/02/23 15:34:53 | ||
---|---|---|---|
|
|
||
#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 | ||