Skip to content

Instantly share code, notes, and snippets.

@mnive93
Created March 27, 2013 05:31
Show Gist options
  • Save mnive93/5251929 to your computer and use it in GitHub Desktop.
Save mnive93/5251929 to your computer and use it in GitHub Desktop.
input file for macro processor
#define EQ ==
#define PI 3.14
#include<stdio.h>
#include<conio.h>
int main()
{
int i;
while(i EQ 0)
a=6;
a + PI;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment