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/sscanf.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/sscanf.c')
-rw-r--r-- | newlib/libc/stdio/sscanf.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/newlib/libc/stdio/sscanf.c b/newlib/libc/stdio/sscanf.c index 687f53edf..5ad39d8b7 100644 --- a/newlib/libc/stdio/sscanf.c +++ b/newlib/libc/stdio/sscanf.c @@ -34,10 +34,12 @@ ANSI_SYNOPSIS int sscanf(const char *<[str]>, const char *<[format]> [, <[arg]>, ...]); - int _scanf_r(struct _reent *<[ptr]>, const char *<[format]> [, <[arg]>, ...]); - int _fscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, const char *<[format]> [, <[arg]>, ...]); - int _sscanf_r(struct _reent *<[ptr]>, const char *<[str]>, const char *<[format]> - [, <[arg]>, ...]); + int _scanf_r(struct _reent *<[ptr]>, const char *<[format]> + [, <[arg]>, ...]); + int _fscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, const char *<[format]> + [, <[arg]>, ...]); + int _sscanf_r(struct _reent *<[ptr]>, const char *<[str]>, + const char *<[format]> [, <[arg]>, ...]); TRAD_SYNOPSIS |