Changeset 34
Legend:
- Unmodified
- Added
- Removed
-
shared/shfuncs.c
r32 r34 14 14 15 15 #include "shfuncs.h" 16 17 const char *PSZ_ZERO = "0"; 18 const char *PSZ_ONE = "1"; 16 19 17 20 /* ------------------------------------------------------------------------- * -
shared/shfuncs.h
r32 r34 4 4 #define US_ERRSTR_MAXZ 250 // max length of an error string 5 5 6 static const char *PSZ_ZERO = "0"; 7 static const char *PSZ_ONE = "1"; 8 6 extern const char *PSZ_ZERO; 7 extern const char *PSZ_ONE; 9 8 10 9 // FUNCTION DECLARATIONS
Note:
See TracChangeset
for help on using the changeset viewer.