Frank Heckenbach wrote:
Markus Gerwinski wrote:
Question: Are there types to use the other way around? I.e. do we have a C header with a `_p_int` type we can be sure to remain an 1:1 mapping of the gpc integer type, regardless of future compiler changes?
No!
Thanks.
Next question: Where can I find a complete list of Pascal types that are 1:1 mappings of C types, and what they map?
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?
Regards,
Markus