1 Star 1 Fork 0

Xthoa / uFexos1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.c 172 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xthoa 提交于 2021-01-26 09:12 . 'v7.a'
#include "types.h"
#include "api.h"
void f2(){
cputs("t2\n");
}
void f1(){
cputs("t1\n");
f2();
cputs("t3\n");
}
void start(){
cputs("t0\n");
f1();
cputs("t4\n");
}
C
1
https://gitee.com/xthoa/u-fexos1.git
git@gitee.com:xthoa/u-fexos1.git
xthoa
u-fexos1
uFexos1
master

搜索帮助