|
|
1.1 root 1: /*
2: * util_def.h
3: *
4: * Useful but unspecific macros for C programming
5: *
6: * copyright 1992 by Microsoft Corporation
7: *
8: * revision history:
9: * 18-Dec-1992 John Morgan: written
10: *
11: */
12:
13: #define forever for(;;)
14: #define arraysize(x) (sizeof(x)/sizeof(x[0]))
15:
16: #define UNREFERENCED_FORMAL_PARAMETER(x) (x)
17:
18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.