wscanf.3 (898f520da85b4349f5645d74190c4175c08c5389) wscanf.3 (ae828962685b8ae9e5104ce8e7fe8b05effcb9ec)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 68 unchanged lines hidden (view full) ---

77the results from such conversions, if any,
78are stored through the
79.Em pointer
80arguments.
81The
82.Fn wscanf
83function
84reads input from the standard input stream
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 68 unchanged lines hidden (view full) ---

77the results from such conversions, if any,
78are stored through the
79.Em pointer
80arguments.
81The
82.Fn wscanf
83function
84reads input from the standard input stream
85.Em stdin ,
85.Dv stdin ,
86.Fn fwscanf
87reads input from the stream pointer
88.Fa stream ,
89and
90.Fn swscanf
91reads its input from the wide character string pointed to by
92.Fa str .
93The

--- 405 unchanged lines hidden ---
86.Fn fwscanf
87reads input from the stream pointer
88.Fa stream ,
89and
90.Fn swscanf
91reads its input from the wide character string pointed to by
92.Fa str .
93The

--- 405 unchanged lines hidden ---