]> pd.if.org Git - pdclib/blobdiff - includes/errno.h
Started introducting "personality".
[pdclib] / includes / errno.h
index 873166aab68a4c18d074dbd4ac2e2bdb5ae58e67..e85d3024b670f3dd31f750c1d08e23b0228a3e72 100644 (file)
@@ -4,12 +4,14 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// Provides 'errno', the auxiliary error handling of the standard library.
+// Errors
 // ----------------------------------------------------------------------------
 
 #ifndef __ERRNO_H
 #define __ERRNO_H __ERRNO_H
 
+// TODO: Documentation
+
 // ----------------------------------------------------------------------------
 // DECLARATIONS