Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

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

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

scanf(3S)



scanf(3W)                      DG/UX R4.11MU05                     scanf(3W)


NAME
       scanf, fscanf, sscanf - convert formatted input

SYNOPSIS
       #include <stdio.h>
       #include <widec.h>
       int scanf(const char *format [, pointer] ... );
       int fscanf(FILE *stream, const char *format [, pointer] ... );
       int sscanf(char *s, const char *format [, pointer] ... );

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 scanf(3S).

SEE ALSO
       scanf(3S)


Licensed material--property of copyright holder(s)

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