]> www.wagner.pp.ru Git - oss/catdoc.git/blob - compat/strftime.h
Recreated CVS repository from working copy
[oss/catdoc.git] / compat / strftime.h
1 #ifndef STRFTIME_H
2 #define STRFTIME_H
3 #include <stdlib.h>
4 #include <time.h>
5
6 size_t strftime(char *s,size_t max, const char *format,
7                 const struct tm *tm);
8
9 #endif