]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/getenv.c
Cosmetic comment fixes.
[pdclib] / functions / stdlib / getenv.c
diff --git a/functions/stdlib/getenv.c b/functions/stdlib/getenv.c
deleted file mode 100644 (file)
index 2b04d51..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-char * getenv( const char * name ) { /* TODO */ };