From 1e61d9583c43092920a64a05e6f71c22ecb54cd2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 24 Jul 2002 22:59:04 +0000 Subject: add *asprintf --- lib/libc/stdio/stdio.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc') 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 -- cgit v1.2.3