Skip to content

stdio.h

Also known as cstdio in C++.

snprintf

Source

Format a string and put the output into a C string up to some length.

See printf for information on how formatting works.