#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; }