]> pd.if.org Git - pdclib/blobdiff - includes/string.h
Forgot the header guard on string.h. Bumped release date in Readme.txt.
[pdclib] / includes / string.h
diff --git a/includes/string.h b/includes/string.h
deleted file mode 100644 (file)
index 9528577..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-// Provides functions for handling C strings ('\0' terminated char arrays).
-// ----------------------------------------------------------------------------
-
-#ifndef __STRING_H
-#define __STRING_H __STRING_H
-
-// TODO
-
-#endif // __STRING_H