home *** CD-ROM | disk | FTP | other *** search
- /* Basic data for eelib system */
-
- /* Flag's */
- char lib_cmd;
-
- /* File Names */
- char file_in[0x100],file_out[0x100];
-
- FILE *fin,*fout,*ftmp;
-
- /* Library Fields */
- char cmd[0x100],name[0x200],leadin[0x100];
-
- int pins,textinside,drawnum,units,pinsperunit;
-
- /* General Bits */
-
- char c;
- char buf[0x100];
-