X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstdarg.h;fp=includes%2Fstdarg.h;h=ab5529aa2b3527d108f8caebf90cc2b86fca93f5;hp=0000000000000000000000000000000000000000;hb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;hpb=9712362f98b90c1a2aeec9fd877b0b872b6378c7 diff --git a/includes/stdarg.h b/includes/stdarg.h new file mode 100644 index 0000000..ab5529a --- /dev/null +++ b/includes/stdarg.h @@ -0,0 +1,15 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// TODO +// ---------------------------------------------------------------------------- + +#ifndef __STDARG_H +#define __STDARG_H __STDARG_H + +// TODO + +#endif // __STDARG_H