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.

007-define-composite-recursive.c 66B

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