X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdarg.h;h=90bc8484aab3a3b8c37b92da0cb3a496091d4b86;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=a25602b7db9a9c3d3739b6bde8becb7139e40104;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/includes/stdarg.h b/includes/stdarg.h index a25602b..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. @@ -7,7 +7,7 @@ #ifndef _PDCLIB_STDARG_H #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H -#include <_PDCLIB_config.h> +#include "_PDCLIB_config.h" typedef _PDCLIB_va_list va_list; @@ -17,4 +17,3 @@ typedef _PDCLIB_va_list va_list; #define va_start( ap, parmN ) _PDCLIB_va_start( ap, parmN ) #endif -