Hi Compiling the attached sample, tcc bails out with "error: function pointer expected" Pls, how can I fix ? Best regards, Massimo
#include <stdio.h> #include <stdlib.h> #include <string.h> int main() { printf("ciao\n"); #if sizeof(size_t) == 64 printf("big boss\n"); #endif return 0; }
_______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel