Created
March 27, 2013 05:31
-
-
Save mnive93/5251929 to your computer and use it in GitHub Desktop.
input file for macro processor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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