1 2 3 4 5 6 7
#ifndef DATE822FMT_H #define DATE822FMT_H unsigned int date822fmt(char *,struct datetime *); #define DATE822FMT 60 #endif