C
C-turtle
I can think of #ifdefs but can someone offer refinement and a system for
large projects
that has real benefits?
I cannot use
#ifdef myfunction
I can use
#ifdef MYFUNCTION
but I do not want the latter, I want something similar to the former.
thanks
C-turtle
-=-
large projects
that has real benefits?
I cannot use
#ifdef myfunction
I can use
#ifdef MYFUNCTION
but I do not want the latter, I want something similar to the former.
thanks
C-turtle
-=-