You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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