usprintf (3) Linux Manual Page
usprintf – Writes formatted data into a buffer. Allegro game programming library. Synopsis #include <allegro.h> int usprintf(char *buf, const char *format, …); Description This function writes formatted data into the output buffer. A NULL character is written to mark the end of the string. You should try to avoid this function because it is very…
