Ignore:
Timestamp:
Jan 8, 2002, 7:29:57 PM (24 years ago)
Author:
umoeller
Message:

Executable updates, mostly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/standards.h

    r123 r129  
    106106    #define ARRAYITEMCOUNT(array) sizeof(array) / sizeof(array[0])
    107107
     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
    108118#endif
    109119
Note: See TracChangeset for help on using the changeset viewer.