1 2 3 4 5 6 7
#include <time.h> #include <stddef.h> size_t strftime(char *restrict s, size_t maxsize, const char *restrict format, const struct tm *restrict timeptr) { return 0; }