|
|
1.1 root 1: /*
2: * G. S. Fowler
3: * AT&T Bell Laboratories
4: *
5: * name-value struct support
6: */
7:
8: #ifndef __NAMVAL_H__
9: #define __NAMVAL_H__
10:
11: struct namval
12: {
13: char* name;
14: int value;
15: };
16:
17: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.