Partially implemented string functions.

This commit is contained in:
Ben Vanik
2013-01-31 00:19:48 -08:00
parent 49af0dbc85
commit fdbd30acb7
7 changed files with 242 additions and 66 deletions

View File

@@ -85,6 +85,11 @@ typedef uint32_t X_STATUS;
#define X_TLS_OUT_OF_INDEXES UINT32_MAX // (-1)
// Languages.
#define X_LANGUAGE_ENGLISH 1
#define X_LANGUAGE_JAPANESE 2
} // namespace kernel
} // namespace xe