X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=platform%2Fexample%2Ffunctions%2Fstdlib%2Fgetenv.c;h=2a8b63466d913cac629e4e36c30919d33ce827b9;hb=d9dcf16664c81809258992e1653ecb68c8079974;hp=3bad450a73a976af2a67da6efa835396942253d8;hpb=326f9b37c5bbc8b8da0aa62c3ea04833eea4963c;p=pdclib.old diff --git a/platform/example/functions/stdlib/getenv.c b/platform/example/functions/stdlib/getenv.c index 3bad450..2a8b634 100644 --- a/platform/example/functions/stdlib/getenv.c +++ b/platform/example/functions/stdlib/getenv.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* getenv( const char * ) This file is part of the Public Domain C Library (PDCLib).