From 884c0ff01648c5cb96d9224766f7569d017c1982 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 28 Oct 2005 21:38:59 +0000 Subject: 2005-10-28 Bob Wilson * 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. --- newlib/libc/stdio/siscanf.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'newlib/libc/stdio/siscanf.c') 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 -- cgit v1.2.3