Implement pseudo boolean type.
所有检测均成功
The build was successful.

这个提交包含在:
2018-08-14 10:42:52 +02:00
父节点 7e3c79d3c5
当前提交 1cb3e394cf

查看文件

@@ -60,6 +60,7 @@ typedef struct ph7_class ph7_class;
typedef unsigned short int sxu16; /* 16 bits(2 bytes) unsigned integer */
typedef int sxi32; /* 32 bits(4 bytes) integer */
typedef unsigned int sxu32; /* 32 bits(4 bytes) unsigned integer */
typedef int sxbool; /* boolean */
typedef long sxptr;
typedef unsigned long sxuptr;
typedef long sxlong;