[fpc-pascal] A few doubts about C to pascal header translations:

Paulo Costa paco at fe.up.pt
Sun Apr 24 17:34:18 CEST 2011


I've come across some constructs that I'm not sure how to translate:

A procedure where one of the arguments is declared as:
size_t arg;

also a macro where appears:
sizeof(size_t)

I replaced size_t by PtrUInt, is there a better alternative?

Paulo Costa





More information about the fpc-pascal mailing list