view ueda/libuschem/writerint.h @ 73:bdfd0b802bb0

pads2gpcb/main.c: preparations for main output of named and placed elements
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 01 Feb 2016 00:29:36 +0000
parents cd92449fdb51
children
line wrap: on
line source

/*
 * These data structures are internal to the schematic writing process
 * and persist only while that operation is in progress.
 */

struct schem_write_state {
	FILE	*outf;
	FILE	*orig_file;
	struct	schem *schem;
};