pcb 4.1.1
An interactive printed circuit board layout editor.
|
Data Fields | |
struct Bucket * | Next |
int | Index |
char | Data [BUCKET_SIZE] |
char Bucket::Data[BUCKET_SIZE] |
Definition at line 6739 of file edif.c.
Referenced by FormString(), and PushString().
int Bucket::Index |
Definition at line 6738 of file edif.c.
Referenced by FormString(), ParseEDIF(), and PushString().
struct Bucket* Bucket::Next |
Definition at line 6737 of file edif.c.
Referenced by FormString(), ParseEDIF(), and PushString().