Basic C macro #define TRUE 1 int isamacro = TRUE; // becomes isamacro = 1 ... Use a decorator to specify what kind of use you want for your macro from ...
確定! 回上一頁