Changeset 129 for trunk/include/helpers/standards.h
- Timestamp:
- Jan 8, 2002, 7:29:57 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/standards.h
r123 r129 106 106 #define ARRAYITEMCOUNT(array) sizeof(array) / sizeof(array[0]) 107 107 108 /* 109 *@@ STRINGORNULL: 110 * helpful macro to avoid passing null strings 111 * to debugging printf calls. 112 * 113 *@@added V0.9.16 (2002-01-05) [umoeller] 114 */ 115 116 #define STRINGORNULL(s) (s) ? (s) : "NULL" 117 108 118 #endif 109 119
Note:
See TracChangeset
for help on using the changeset viewer.