Changeset 1d2f85e in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2019-02-05T18:26:54Z (6 years ago)
- Parents:
- 08e103d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
r08e103d4 r1d2f85e 55 55 #define STR_NO_LIMIT ((size_t) -1) 56 56 57 /** Maximum size of a string containing @c length c haracters */57 /** Maximum size of a string containing @c length code points */ 58 58 #define STR_BOUNDS(length) ((length) << 2) 59 59
Note:
See TracChangeset
for help on using the changeset viewer.