diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-24 22:59:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-24 22:59:04 +0000 |
commit | 1e61d9583c43092920a64a05e6f71c22ecb54cd2 (patch) | |
tree | 7a9d183e3394e110ae0df2dc436375f980578fbc /lib | |
parent | 2913fe450e29cf937e2c1e10222d22a0e68cc070 (diff) |
add *asprintf
Diffstat (limited to 'lib')
-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 |