|
|
BSD 4.3reno
/*
* $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/others/quipu/uips/sd/symtab.h,v 1.1.1.1 2018/04/24 16:12:56 root Exp $
*/
/*
* $Log: symtab.h,v $
* Revision 1.1.1.1 2018/04/24 16:12:56 root
* BSD 4.3reno
*
* Revision 7.0 90/06/12 13:14:29 mrose
* *** empty log message ***
*
* Revision 1.6 90/04/26 10:36:51 emsrdsm
* *** empty log message ***
*
* Revision 1.5 90/04/25 15:08:03 emsrdsm
* i) lint'ed
*
* Revision 1.4 90/04/20 17:58:14 emsrdsm
* i) no more freeing
*
* Revision 1.3 90/04/18 18:28:28 emsrdsm
* fixed i) does not move to leaves
* ii) added default mechanism described using "typeDefaults" file.
* iii) added 'sorting' to attribute display
*
* Revision 1.2 90/03/15 16:33:29 emsrdsm
* *** empty log message ***
*
* Revision 1.1 90/03/09 17:41:09 emsrdsm
* Initial revision
*
* Revision 1.1 90/03/09 13:39:03 emsrdsm
* Initial revision
*
*/
#ifndef SYMTAB
#define SYMTAB
typedef struct tab_entry {
char *val;
char *name;
struct tab_entry *next;
} *table_entry;
#define NULLSYM (table_entry) 0
#endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.