comparison lib-src/=timer.c @ 8857:76dea5c39776

Don't declare malloc.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 05:50:17 +0000
parents a16dfe068972
children dd3b83e4ceb0
comparison
equal deleted inserted replaced
8856:7e9547af43e8 8857:76dea5c39776
32 #undef signal 32 #undef signal
33 #endif 33 #endif
34 34
35 35
36 extern int errno; 36 extern int errno;
37 extern char *strerror (), *malloc (); 37 extern char *strerror ();
38 extern time_t time (); 38 extern time_t time ();
39 39
40 /* 40 /*
41 * The field separator for input. This character shouldn't occur in dates, 41 * The field separator for input. This character shouldn't occur in dates,
42 * and should be printable so event strings are readable by people. 42 * and should be printable so event strings are readable by people.