支持shell,可以执行应用程序

This commit is contained in:
zhangzheng
2023-12-02 14:36:49 +08:00
parent 0168a8ae76
commit ebde91c418
164 changed files with 8971 additions and 837 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include<sys/types.h>
#include "u_env.h"
int app_load(const char *name, uenv_t *cur_env);
int app_load(const char *name, uenv_t *cur_env, pid_t *pid);