"FPRT" Formatted printΒΆ

Fingerprint ID:0x46505254

This fingerprint, from RC/Funge-98, implements sprintf(3)-like formatting commands. It provides the following commands:

D : formats xfpstrs
Formats a double precision floating point number, also used in FPDP, with given format.
F : formats xfpstrs
Formats a single precision floating point number, also used in FPSP, with given format.
I : formats nstrs
Formats the number with given format.
L : formats xLstrs
Formats the long number, also used in LONG, with given format.
S : formats strsstrs
Formats the null-terminated string with given format.

All command reflects if format has zero or two format specifiers, or is invalid.