From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/stdarg/va_list.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/stdarg/va_list.c') diff --git a/src/stdarg/va_list.c b/src/stdarg/va_list.c index 4e571669..3f1e1110 100644 --- a/src/stdarg/va_list.c +++ b/src/stdarg/va_list.c @@ -1,9 +1,7 @@ -#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). -- cgit v1.2.1