Subversion Repositories HelenOS

Rev

Rev 4537 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4537 Rev 4668
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
-
 
44
 
43
 
45
/** No size limit constant */
44
/** No size limit constant */
46
#define STR_NO_LIMIT  ((size_t) -1)
45
#define STR_NO_LIMIT  ((size_t) -1)
47
 
46
 
48
/** Maximum size of a string containing @c length characters */
47
/** Maximum size of a string containing @c length characters */