comparison ueda/mclutils/getfps.c @ 3:d098f8548b44

ueda/mclutils Linuxified
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 20 Jul 2015 00:45:40 +0000
parents cd92449fdb51
children
comparison
equal deleted inserted replaced
2:c91e7a30fab3 3:d098f8548b44
4 * which when run through M4 will produce all footprints for the board with the 4 * which when run through M4 will produce all footprints for the board with the
5 * refdes and value filled in. 5 * refdes and value filled in.
6 */ 6 */
7 7
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <stdlib.h>
10 #include <string.h>
9 #include <strings.h> 11 #include <strings.h>
12 #include <unistd.h>
10 #include "../libueda/mcl.h" 13 #include "../libueda/mcl.h"
11
12 extern char *optarg;
13 14
14 extern char *MCLfile; 15 extern char *MCLfile;
15 extern struct component components[]; 16 extern struct component components[];
16 extern int ncomponents; 17 extern int ncomponents;
17 extern char *get_comp_attr(); 18 extern char *get_comp_attr();