v7 man page for uszprintf

Query: uszprintf

OS: v7

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

uszprintf(3alleg4)						  Allegro manual						uszprintf(3alleg4)

NAME
uszprintf - Writes formatted data into a buffer, specifying size. Allegro game programming library. SYNOPSIS
#include <allegro.h> int uszprintf(char *buf, int size, const char *format, ...); DESCRIPTION
This function writes formatted data into the output buffer, whose length in bytes is specified by `size' and which is guaranteed to be NULL terminated. Example: char buffer[10]; int player_score; ... uszprintf(buffer, sizeof(buffer), "Your score is: %d", player_score); RETURN VALUE
Returns the number of characters that would have been written without eventual truncation (like with usprintf), not including the terminat- ing null character. SEE ALSO
uconvert(3alleg4), usprintf(3alleg4), uvszprintf(3alleg4), exgui(3alleg4) Allegro version 4.4.2 uszprintf(3alleg4)
Related Man Pages
uvszprintf(3alleg4) - suse
textprintf_ex(3alleg4) - suse
textprintf_ex(3alleg4) - mojave
uvszprintf(3alleg4) - opendarwin
uvszprintf(3alleg4) - osx
Similar Topics in the Unix Linux Community
crontab every 5 min.
[Tip] HACMP 7.1.3 and DB/2-Installation
Need to add prefix using sed or awk from cat the file
Sort by values in the 1st row, leaving first four coulumns untouched
Need help to compile and create python64 bit (2.7.9) on Solaris10