Rev 4234 | Rev 4264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4234 | Rev 4245 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #include <mem.h> |
38 | #include <mem.h> |
| 39 | #include <sys/types.h> |
39 | #include <sys/types.h> |
| 40 | #include <bool.h> |
40 | #include <bool.h> |
| 41 | 41 | ||
| 42 | #define U_SPECIAL '?' |
42 | #define U_SPECIAL '?' |
| - | 43 | #define U_BOM 0xfeff |
|
| 43 | 44 | ||
| 44 | /**< No size limit constant */ |
45 | /**< No size limit constant */ |
| 45 | #define STR_NO_LIMIT ((size_t) -1) |
46 | #define STR_NO_LIMIT ((size_t) -1) |
| 46 | 47 | ||
| 47 | /**< Maximum size of a string containing cnt characters */ |
48 | /**< Maximum size of a string containing cnt characters */ |