Clone of mesa.
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.

004-define-recursive.c 60B

123456
  1. #define foo bar
  2. #define bar baz
  3. #define baz foo
  4. foo
  5. bar
  6. baz