commit | a648733cb7398810df9a35528cc6e874edc57b06 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 15 23:16:48 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Aug 25 08:47:41 2017 -0700 |
tree | 90ff33e6b479b5ccb20b1a8bb0007dacde75bc8d | |
parent | 571c88823636e3c6f894e806ea7c4dc8131a1ae4 [diff] [blame] |
Implement <iconv.h>. Bug: http://b/32978596 Test: ran tests Change-Id: I56b6ae3d9c5a3a56d2b4afba33fb8f9e964bf7b9
diff --git a/libc/private/icu.h b/libc/private/icu.h index ae253fa..a671e98 100644 --- a/libc/private/icu.h +++ b/libc/private/icu.h
@@ -33,6 +33,9 @@ #include <wchar.h> typedef int8_t UBool; +#define FALSE 0 +#define TRUE 1 + typedef int32_t UChar32; enum UProperty {