Implement pseudo boolean type.
Todas las comprobaciones han sido exitosas
The build was successful.

Este commit está contenido en:
Rafal Kupiec 2018-08-14 10:42:52 +02:00
padre 7e3c79d3c5
commit 1cb3e394cf
Firmado por: belliash
ID de clave GPG: 4E829243E0CFE6B4

Ver fichero

@ -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;