In C, you can cast a function pointer to void, can the TI C/C++ compiler do that? For example: int increase(int abc){ abc++; return abc; } ...
確定! 回上一頁