Reading en.cppreference.com on fputc()/putc(), I stumbled upon the following statement:
In C, putc() may be implemented as a macro, which is disallowed in C++.
Is this true? If so, where (in the C++ standard) is this stated?
Possibly related: https://stackoverflow.com/questions/10712423