]> pd.if.org Git - pdclib/blobdiff - stdarg.h
Added note about v0.1 not being much tested.
[pdclib] / stdarg.h
index 44ad5ac7b5efed6edfd1ad0c682154161b0cf5fb..7558131fbb28e3404a258f1e3eb23ae3fd93a0d6 100644 (file)
--- 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 <stdarg.h> 
 
    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
+