ref: 73101d7c240331253c4b80b04520dc118dd8e679 dir: /libnpe/strftime.c/
#include <time.h> size_t strftime(char *s, size_t max, const char *format, const struct tm *tm) { /* FIXME */ USED(max, format, tm); s[0] = 0; return 0; }