Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ fprintf(3W) — DG/UX R4.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

printf(3S)



printf(3W)                        SDK R4.11                       printf(3W)


NAME
       printf, fprintf, sprintf - print formatted output

SYNOPSIS
       #include <stdio.h>
       #include <widec.h>
       int printf (const char *format [, arg] ... );
       int fprintf (FILE *stream, const char *format [, arg] ... );
       int sprintf (char *s, const char *format [, arg] ... );

DESCRIPTION (International Functions)
       The interfaces above that existed in libw are now obsolete and no
       longer supported.  Instead of the old %wc and %ws formats, one should
       use the new %C and %S formats as described in the printf(3S).

SEE ALSO
       printf(3S)


Licensed material--property of copyright holder(s)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026