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.

015-define-object-with-parens.c 48B

1234
  1. #define foo ( ) 1
  2. foo()
  3. #define bar () 2
  4. bar( )