NAME

printf, sprintf - formatted output conversion

SYNOPSIS

void printf(string format, ...)
string sprintf(string format, ...)

DESCRIPTION

An implementation of (s)printf() for LPC, with quite a few extensions (note that as no floating point exists, some parameters have slightly different meaning or restrictions to "standard" (s)printf.) Implemented by Lynscar (Sean A Reith).

This version supports the following as modifiers:

The following are the possible type specifiers.

RETURN VALUES

sprintf() returns the formatted string.

AUTHOR

Sean A. Reith (Lynscar)

SEE ALSO

sscanf(3)