tcc能够编译成功,但是还有错误

This commit is contained in:
zhangzheng
2023-12-07 23:08:45 +08:00
parent 435707cc06
commit e1b5e78144
473 changed files with 19783 additions and 6075 deletions

View File

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