diff options
author | 2002-07-24 22:59:03 +0000 | |
---|---|---|
committer | 2002-07-24 22:59:03 +0000 | |
commit | bba3ab03bb711faeab2803857cdd71298e13ad7d (patch) | |
tree | f58025c92ad5f7e86176404c039c5309786e6233 /lib/libc/stdio/stdio.3 | |
parent | Document that *printf can return -1 on error. This includes snprintf(), (diff) | |
download | wireguard-openbsd-bba3ab03bb711faeab2803857cdd71298e13ad7d.tar.xz wireguard-openbsd-bba3ab03bb711faeab2803857cdd71298e13ad7d.zip |
add *asprintf
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 42ace2c1d9a..68865add010 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.13 2000/04/20 01:39:32 aaron Exp $ +.\" $OpenBSD: stdio.3,v 1.14 2002/07/24 22:59:03 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -215,6 +215,7 @@ definitions are explicitly removed. .Sh LIST OF FUNCTIONS .Bl -column "Description" .Sy Function Description +asprintf formatted output conversion with allocation clearerr check and reset stream status fclose close a stream fdopen stream open functions @@ -270,6 +271,7 @@ tempnam temporary file routines tmpfile temporary file routines tmpnam temporary file routines ungetc un-get character from input stream +vasprintf formatted output conversion with allocation vfprintf formatted output conversion vfscanf input format conversion vprintf formatted output conversion |