This website works better with JavaScript
首頁
探索
說明
註冊
登入
simon
/
os_kernel
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
2f608ddf9f
分支列表
標籤列表
fix_image_url
inline_test
master
v0.1
bochs-test
os_kernel
/
test
/
test2.c
test2.c
72 B
文件歷史
原始文件
1
2
3
4
5
#include <stdio.h>
void my_print(char *str)
{
printf("%s\n", str);
}