comparison ueda/libueda/util.c @ 2:c91e7a30fab3

ueda/libueda Linuxified
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 20 Jul 2015 00:38:43 +0000
parents cd92449fdb51
children
comparison
equal deleted inserted replaced
1:e2130f1ef720 2:c91e7a30fab3
1 /* 1 /*
2 * Miscellaneous utility functions for libueda 2 * Miscellaneous utility functions for libueda
3 */ 3 */
4 4
5 #include <ctype.h> 5 #include <ctype.h>
6 #include <stdlib.h>
7 #include <string.h>
6 #include <strings.h> 8 #include <strings.h>
7
8 extern char *malloc();
9 9
10 char * 10 char *
11 copystr(src) 11 copystr(src)
12 register char *src; 12 register char *src;
13 { 13 {