diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-28 21:38:59 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-28 21:38:59 +0000 |
commit | 884c0ff01648c5cb96d9224766f7569d017c1982 (patch) | |
tree | 95b8a94b836e5b1547d64fc2ff9826cc2dae799b /newlib/libc/stdio/viscanf.c | |
parent | a9c15f6febd8290288ec7a257fcecf5ba13ff03f (diff) | |
download | cygnal-884c0ff01648c5cb96d9224766f7569d017c1982.tar.gz cygnal-884c0ff01648c5cb96d9224766f7569d017c1982.tar.bz2 cygnal-884c0ff01648c5cb96d9224766f7569d017c1982.zip |
2005-10-28 Bob Wilson <bob.wilson@acm.org>
* libc/stdio/siprintf.c: Wrap long lines in ANSI_SYNOPSIS.
* libc/stdio/siscanf.c: Likewise.
* libc/stdio/sprintf.c: Likewise.
* libc/stdio/sscanf.c: Likewise.
* libc/stdio/vfprintf.c: Likewise.
* libc/stdio/vfscanf.c: Likewise.
* libc/stdio/viprintf.c: Likewise.
* libc/stdio/viscanf.c: Likewise.
Diffstat (limited to 'newlib/libc/stdio/viscanf.c')
-rw-r--r-- | newlib/libc/stdio/viscanf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio/viscanf.c b/newlib/libc/stdio/viscanf.c index e5287acac..f335f69ff 100644 --- a/newlib/libc/stdio/viscanf.c +++ b/newlib/libc/stdio/viscanf.c @@ -39,8 +39,8 @@ ANSI_SYNOPSIS va_list <[list]>); int _vfiscanf_r(struct _reent *<[reent]>, FILE *<[fp]>, const char *<[fmt]>, va_list <[list]>); - int _vsiscanf_r(struct _reent *<[reent]>, const char *<[str]>, const char *<[fmt]>, - va_list <[list]>); + int _vsiscanf_r(struct _reent *<[reent]>, const char *<[str]>, + const char *<[fmt]>, va_list <[list]>); TRAD_SYNOPSIS #include <stdio.h> |