comparison ueda/libueda/mclacc.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 * These are the libueda routines for accessing the parsed MCL. 2 * These are the libueda routines for accessing the parsed MCL.
3 */ 3 */
4 4
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <stdlib.h>
7 #include <string.h>
6 #include <strings.h> 8 #include <strings.h>
7 #include "mcl.h" 9 #include "mcl.h"
8 10
9 extern struct component components[], partdefs[]; 11 extern struct component components[], partdefs[];
10 extern int ncomponents, npartdefs; 12 extern int ncomponents, npartdefs;