]> pd.if.org Git - pdclib/blobdiff - includes/limits.h
Initial load with header templates and some first declarations.
[pdclib] / includes / limits.h
diff --git a/includes/limits.h b/includes/limits.h
new file mode 100644 (file)
index 0000000..168b7b0
--- /dev/null
@@ -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 __LIMITS_H
+#define __LIMITS_H __LIMITS_H
+
+// TODO
+
+#endif // __LIMITS_H