Changes in uspace/lib/c/generic/str.c [16bfcd3:b2906c0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/str.c
r16bfcd3 rb2906c0 46 46 #include <align.h> 47 47 #include <mem.h> 48 #include <limits.h>49 48 50 49 /** Check the condition if wchar_t is signed */ 51 #ifdef __WCHAR_UNSIGNED__50 #ifdef WCHAR_IS_UNSIGNED 52 51 #define WCHAR_SIGNED_CHECK(cond) (true) 53 52 #else
Note:
See TracChangeset
for help on using the changeset viewer.