summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-01 09:31:08 +0000
committermsmith <msmith@FreeBSD.org>1998-11-01 09:31:08 +0000
commitf00eb1aa6445c9df1cc7392df8ea57731e3af4e4 (patch)
tree87b4256697ab30b183dea932bef45f48f2b2b4f4 /lib/libstand/stand.h
parent6889817a6e70076fbe448f63f4d41cc27da7731b (diff)
downloadFreeBSD-src-f00eb1aa6445c9df1cc7392df8ea57731e3af4e4.zip
FreeBSD-src-f00eb1aa6445c9df1cc7392df8ea57731e3af4e4.tar.gz
Add:
assert() setjmp()/longjmp() vsprintf()
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index 3a05490..490c5a6 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: stand.h,v 1.8 1998/10/19 09:08:40 dfr Exp $
+ * $Id: stand.h,v 1.9 1998/10/31 02:48:29 msmith Exp $
* From $NetBSD: stand.h,v 1.22 1997/06/26 19:17:40 drochner Exp $
*/
@@ -194,6 +194,7 @@ extern int dkcksum(struct disklabel *);
extern int printf(const char *fmt, ...);
extern void vprintf(const char *fmt, _BSD_VA_LIST_);
extern int sprintf(char *buf, const char *cfmt, ...);
+extern void vsprintf(char *buf, const char *cfmt, _BSD_VA_LIST_);
extern void twiddle(void);
OpenPOWER on IntegriCloud