comparison lib-src/cvtmail.c @ 15719:fdac027af4e1

Undo previous change.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 22:39:31 +0000
parents b0652f55a85d
children e3eadbc9fda7
comparison
equal deleted inserted replaced
15718:8db4678b2fd8 15719:fdac027af4e1
33 * Author: Larry Kolodney, 1985 33 * Author: Larry Kolodney, 1985
34 */ 34 */
35 35
36 36
37 #include <stdio.h> 37 #include <stdio.h>
38
39 #ifdef __GNU_LIBRARY__
40 # include <string.h>
41 #endif
42 38
43 char *malloc (); 39 char *malloc ();
44 char *realloc (); 40 char *realloc ();
45 char *getenv (); 41 char *getenv ();
46 42