]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/realloc.c
Added template implementation files.
[pdclib.old] / functions / stdlib / realloc.c
diff --git a/functions/stdlib/realloc.c b/functions/stdlib/realloc.c
new file mode 100644 (file)
index 0000000..ac615b8
--- /dev/null
@@ -0,0 +1,8 @@
+// ----------------------------------------------------------------------------
+// $Id$
+// ----------------------------------------------------------------------------
+// Public Domain C Library - http://pdclib.sourceforge.net
+// This code is Public Domain. Use, modify, and redistribute at will.
+// ----------------------------------------------------------------------------
+
+void * realloc( void * ptr, size_t size ) { /* TODO */ };