Commit 65de3f64 authored by 袁兴强's avatar 袁兴强 Committed by vipwzw

update getENV

parent 5d7a8a13
...@@ -34,7 +34,7 @@ void sha256(const char* data, size_t data_len, char* sum, size_t sum_len); ...@@ -34,7 +34,7 @@ void sha256(const char* data, size_t data_len, char* sum, size_t sum_len);
void printlog(const char* log, size_t len); void printlog(const char* log, size_t len);
void printint(int64_t n); void printint(int64_t n);
size_t getENVSize(int64_t n); size_t getENVSize(int64_t n);
size_t getENV(int64_t n); size_t getENV(int64_t n, char* value, size_t v_len);
#ifdef __cplusplus #ifdef __cplusplus
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment