Hi Folks,
willett wrote:
MedCard for chtype in ncurses.h (assuming typedef unsigned long chtype) CBoolean for "bool" in ncurses.h (assuming typedef unsigned int bool) CBoolean for an "int" which contains only TRUE or FALSE CInteger for an "int" used as an integer (on older gpc I use "integer") tacs now uses index of char128 = #0 .. #127
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?
Yours,
Markus