Merge branch 'master' into master

This commit is contained in:
Fire_Head 2019-06-02 06:15:00 +03:00 committed by GitHub
commit 809c81ea9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 1505 additions and 46 deletions

View file

@ -40,12 +40,13 @@ typedef int32_t int32, Int32;
typedef uintptr_t uintptr;
typedef uint64_t uint64, UInt64;
typedef int64_t int64, Int64;
// hardcode ucs-2
typedef uint16_t wchar, WChar;
typedef float Float;
typedef double Double;
typedef bool Bool;
typedef char Char;
typedef wchar_t WChar;
#define nil NULL