0

Hi,

I have code that uses the built in function snprintf(). This works fine, but the compiler gives the following warning:

warning: implicit declaration of function ‘snprintf’ [-Wimplicit-function-declaration]

I have stdio.h included, and have set the language standard to C99, but I still get the warnings.

Any clues on what could be the issue here?

Peter

Grigore Dobra 回答済