I would like to use itoa in my String library for conversions. Is it safe to #undefine Strict ANSI macro so that itoa() becomes declared?
I mean the function works after undefining the macro. But I am worried I may be affecting more important aspects of the stdlib.h header.