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