home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / pcbsrcs2 / custom.h < prev    next >
C/C++ Source or Header  |  1991-02-07  |  207b  |  15 lines

  1. typedef struct
  2. {
  3.     int c, r;
  4. } pin;
  5.  
  6. typedef struct
  7. {
  8.         char *string;
  9.         int array_len;
  10.         pin *offset;
  11. } cust_table;
  12.  
  13. extern unsigned custom_len;
  14. extern cust_table custom[];
  15.