X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstddef.h;fp=includes%2Fstddef.h;h=2147696986334d4dfa05274be8497f82eaece197;hb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;hp=0000000000000000000000000000000000000000;hpb=9712362f98b90c1a2aeec9fd877b0b872b6378c7;p=pdclib diff --git a/includes/stddef.h b/includes/stddef.h new file mode 100644 index 0000000..2147696 --- /dev/null +++ b/includes/stddef.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 __STDDEF_H +#define __STDDEF_H __STDDEF_H + +// TODO + +#endif // __STDDEF_H