#include <stdio.h>
#include <stdlib.h>
#include <time.h>
-
+#include <malloc.h>
/* Prints the time in the form "hh:mm ?M", where ? is A or P.
A simple test for strftime(). */
char buf[20];
time_t t;
+ mcheck (NULL);
+
if (argc != 1)
fprintf(stderr, "Usage: %s\n", argv[0]);