[ create a new paste ] login | about

Link: http://codepad.org/L2ffZ0BX    [ raw code | fork ]

C, pasted on Dec 3:
1
2
3
#define islower(c) ((c)>='a'&&(c)<='z') 
int main()
{}


Output:
No errors or program output.


Create a new paste based on this one


Comments: