X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fgetenv.c;h=4eb70102e54614867676813e30ba6a4d8ec18184;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 */ };