Frank Heckenbach wrote:
Programming: Data Types: Integer Types: Main Branch Integer Types
Programming: Data Types: Real Types
Thank you. One more question here: Can I be sure that the GPC `real' will remain equivalent to the GCC `double'?
I also made up a C header containing this declaration:
typedef enum { gpc_false, gpc_true } gpc_bool;
for compatibility. Is this one a valid mapping, or would you rather recommend me another one?
typedef unsigned char Boolean;
Thanks again.
Best,
Markus