X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=stdarg.h;h=7558131fbb28e3404a258f1e3eb23ae3fd93a0d6;hb=f8d18e012ee08dc916b4357958496b86c5ad2503;hp=44ad5ac7b5efed6edfd1ad0c682154161b0cf5fb;hpb=89c516d1b45766b519f60b986366a3c592ec5760;p=pdclib diff --git a/stdarg.h b/stdarg.h index 44ad5ac..7558131 100644 --- a/stdarg.h +++ b/stdarg.h @@ -1,17 +1,19 @@ -#ifndef _PDCLIB_STDARG_H -#define _PDCLIB_STDARG_H _PDCLIB_STDARG_H - /* $Id$ */ +/* Release $Name$ */ + /* 7.15 Variable arguments This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ -#ifndef _PDCLIB_DEFS_H -#define _PDCLIB_DEFS_H _PDCLIB_DEFS_H -#include <_PDCLIB_defs.h> +#ifndef _PDCLIB_STDARG_H +#define _PDCLIB_STDARG_H _PDCLIB_STDARG_H + +#ifndef _PDCLIB_CONFIG_H +#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H +#include <_PDCLIB_config.h> #endif typedef _PDCLIB_va_list va_list; @@ -22,3 +24,4 @@ typedef _PDCLIB_va_list va_list; #define va_start( ap, parmN ) _PDCLIB_va_start( ap, parmN ) #endif +