Changeset 54a6ff6 in mainline
- Timestamp:
- 2009-05-08T11:26:00Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 14040e5
- Parents:
- 046f342
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/string.h
r046f342 r54a6ff6 43 43 #define U_BOM 0xfeff 44 44 45 /** <No size limit constant */45 /** No size limit constant */ 46 46 #define STR_NO_LIMIT ((size_t) -1) 47 47 48 /** <Maximum size of a string containing @c length characters */48 /** Maximum size of a string containing @c length characters */ 49 49 #define STR_BOUNDS(length) ((length) << 2) 50 50
Note:
See TracChangeset
for help on using the changeset viewer.