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