C:/Users/Dennis/src/lang/russell.orig/src/inenv.c

Go to the documentation of this file.
00001 int
00002 inenv(s)
00003         char    *s;
00004 {
00005         extern char     *getenv();
00006 
00007         return getenv(s) != (char *) 0;
00008 }

Generated on Fri Jan 25 10:39:46 2008 for russell by  doxygen 1.5.4