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/siscanf.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/siscanf.c')
-rw-r--r-- | newlib/libc/stdio/siscanf.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/newlib/libc/stdio/siscanf.c b/newlib/libc/stdio/siscanf.c index b87a5ea49..694750dae 100644 --- a/newlib/libc/stdio/siscanf.c +++ b/newlib/libc/stdio/siscanf.c @@ -34,10 +34,12 @@ ANSI_SYNOPSIS int siscanf(const char *<[str]>, const char *<[format]> [, <[arg]>, ...]); - int _iscanf_r(struct _reent *<[ptr]>, const char *<[format]> [, <[arg]>, ...]); - int _fiscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, const char *<[format]> [, <[arg]>, ...]); - int _siscanf_r(struct _reent *<[ptr]>, const char *<[str]>, const char *<[format]> + int _iscanf_r(struct _reent *<[ptr]>, const char *<[format]> [, <[arg]>, ...]); + int _fiscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, const char *<[format]> + [, <[arg]>, ...]); + int _siscanf_r(struct _reent *<[ptr]>, const char *<[str]>, + const char *<[format]> [, <[arg]>, ...]); TRAD_SYNOPSIS |