boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

00097.c (207B)


      1 #define NULL ((void*)0)
      2 #define NULL ((void*)0)
      3 
      4 #define FOO(X, Y) (X + Y + Z)
      5 #define FOO(X, Y) (X + Y + Z)
      6 
      7 #define BAR(X, Y, ...) (X + Y + Z)
      8 #define BAR(X, Y, ...) (X + Y + Z)
      9 
     10 int
     11 main()
     12 {
     13 	return 0;
     14 }