whentm 23 lib/timefmt.h struct tm *whentm; \ whentm 24 lib/timefmt.h whentm = localtime (&when); \ whentm 25 lib/timefmt.h if (whentm == NULL) \ whentm 32 lib/timefmt.h strftime (buffer, bufsize, fmt, whentm); \