FreeCalypso > hg > ueda-linux
comparison ueda/libuschem/writerint.h @ 0:cd92449fdb51
initial import of ueda and ifctf-part-lib from ifctfvax CVS
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 20 Jul 2015 00:24:37 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cd92449fdb51 |
---|---|
1 /* | |
2 * These data structures are internal to the schematic writing process | |
3 * and persist only while that operation is in progress. | |
4 */ | |
5 | |
6 struct schem_write_state { | |
7 FILE *outf; | |
8 FILE *orig_file; | |
9 struct schem *schem; | |
10 }; |