FreeCalypso > hg > ueda-linux
comparison ueda/utils/cutelements.c @ 1:e2130f1ef720
ueda/utils Linuxified
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 20 Jul 2015 00:30:24 +0000 |
| parents | cd92449fdb51 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:cd92449fdb51 | 1:e2130f1ef720 |
|---|---|
| 6 * out of any PCB layout file. | 6 * out of any PCB layout file. |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #include <ctype.h> | 9 #include <ctype.h> |
| 10 #include <stdio.h> | 10 #include <stdio.h> |
| 11 #include <stdlib.h> | |
| 12 #include <string.h> | |
| 11 #include <strings.h> | 13 #include <strings.h> |
| 12 | 14 |
| 13 char *inputname; | 15 char *inputname; |
| 14 FILE *inf; | 16 FILE *inf; |
| 15 int lineno, in_element, parencount; | 17 int lineno, in_element, parencount; |
