X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fgetenv.c;h=a95171d9ab2cb4300a8103e5b9b62e93b9459695;hb=HEAD;hp=2b04d516b3811d3d297f9c86093c29355da3f895;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old 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 */ };