選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

builtins.x.h 121B

12345
  1. // X macro: Define a macro named X, then include this file, then undef X.
  2. #ifdef X
  3. X("print", l2_builtin_print);
  4. #endif