c/os: llgoClearenv

This commit is contained in:
xushiwei
2024-08-04 10:54:41 +08:00
parent 4f8526e527
commit b1654f7807
4 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#include <stdlib.h>
int llgo_clearenv() {
int llgoClearenv() {
extern char **environ;
if (environ != NULL) {
*environ = NULL;