]> pd.if.org Git - pdclib/blobdiff - includes/stdbool.h
Some cleanup.
[pdclib] / includes / stdbool.h
index 7f58ab7bb029ffe88f22a7547150c847572d2670..0e1c2a5ebbe95bd0b14c09242a757ab938d60e1f 100644 (file)
@@ -4,7 +4,7 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// TODO
+// Boolean type and values
 // ----------------------------------------------------------------------------
 
 #ifndef __STDBOOL_H