Good afternoon, I'm setting up my fpc here for cross-compilation and would like to make sure it is working properly, I want to do a test program and compile on each platform, then check if each executable has been compiled to the correct platform.
In C ++ I used the result of sizeof(void*)
(as per comments for this question ) as the base , but I do not know if there is an exact equivalent in Pascal.