X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdarg.h;h=90bc8484aab3a3b8c37b92da0cb3a496091d4b86;hb=642e624903e01e2e3809f85f65cfb22e967e122c;hp=47ca476d4ddc91b6e9adaeaac10ede16582d296f;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/includes/stdarg.h b/includes/stdarg.h index 47ca476..90bc848 100644 --- a/includes/stdarg.h +++ b/includes/stdarg.h @@ -1,4 +1,4 @@ -/* Variable arguments +/* Variable arguments This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -17,4 +17,3 @@ typedef _PDCLIB_va_list va_list; #define va_start( ap, parmN ) _PDCLIB_va_start( ap, parmN ) #endif -