I'm writing a header file in C and need stdlib.h
for it to work. But, when I check if _STDLIB_H
is defined, the pre-processor says it's not, even if I include the file. I have tried it on multiple compilers, where it works on most but not on tdm-gcc
. How can I fix this?
↧
Why cant i check if i have included stdlib.h on tdm-gcc compiler?
↧