From 479579f2234cf20c158c505e288e318d79baefa9 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Mar 2019 12:09:26 -0500 Subject: update documentation --- src/stdarg/va_list.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/stdarg/va_list.c') diff --git a/src/stdarg/va_list.c b/src/stdarg/va_list.c index 21b1329b..4e571669 100644 --- a/src/stdarg/va_list.c +++ b/src/stdarg/va_list.c @@ -1,12 +1,14 @@ #include -typedef __builtin_va_list va_list; /** variable length argument list **/ +typedef __builtin_va_list va_list; + /*** holds the information necessary for making calls to FUNCTION(va_start), FUNCTION(va_copy), FUNCTION(va_arg), and FUNCTION(va_end). ***/ + /* STDC(1) */ -- cgit v1.2.1