File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / src / ub_env.c
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Tue Jan 28 08:57:43 2014 UTC (10 years, 5 months ago) by misho
Branches: tools2_0
...

    1: #include "global.h"
    2: #include "ub_env.h"
    3: 
    4: 
    5: const char*
    6: ub_getenv(const char *csName)
    7: {
    8: 	const char *str = NULL;
    9: 
   10: 	return str;
   11: }
   12: 
   13: int
   14: ub_setenv(const char *csName, const char *csValue)
   15: {
   16: 	return 0;
   17: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>