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
...

#include "global.h"
#include "ub_env.h"


const char*
ub_getenv(const char *csName)
{
	const char *str = NULL;

	return str;
}

int
ub_setenv(const char *csName, const char *csValue)
{
	return 0;
}

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