comparison ueda/libueda/pinouts.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
2 * Pinout handling functions 2 * Pinout handling functions
3 */ 3 */
4 4
5 #include <ctype.h> 5 #include <ctype.h>
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h>
8 #include <string.h>
7 #include <strings.h> 9 #include <strings.h>
8 #include "mcl.h" 10 #include "mcl.h"
9 #include "pinouts.h" 11 #include "pinouts.h"
10 12
11 extern char *malloc();
12 extern char *copystr(); 13 extern char *copystr();
13 14
14 extern struct component components[]; 15 extern struct component components[];
15 extern int ncomponents; 16 extern int ncomponents;
16 17