stdio.h

The stdio.h header file declares the following functions:

snprintf() sprintf() sscanf() vsnprintf() vsprintf()
vsscanf()        
The stdlio.h header file also contains definitions for the following macros, but you should not alter their value:
NULL
A pointer which never points to a data object.