X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fgetenv.c;h=f07481d3b48ae24157f85f33b4840c28d3ea5c10;hb=HEAD;hp=2b04d516b3811d3d297f9c86093c29355da3f895;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib diff --git a/functions/stdlib/getenv.c b/functions/stdlib/getenv.c deleted file mode 100644 index 2b04d51..0000000 --- a/functions/stdlib/getenv.c +++ /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 */ };