Annotation of embedtools/src/ub_env.c, revision 1.1.2.2

1.1.2.1   misho       1: #include "global.h"
                      2: #include "ub_env.h"
                      3: 
                      4: 
1.1.2.2 ! misho       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>