Name: Anonymous 2012-02-05 5:05
How exactly does conditional compilation works in C?
I'm using GMP to do some calculations in a C program;
but if GMP isn't available in the machine, I could do the calculations with some handmade functions.
Any help would be great. Thanks in advance!
I'm using GMP to do some calculations in a C program;
but if GMP isn't available in the machine, I could do the calculations with some handmade functions.
Any help would be great. Thanks in advance!