This website works better with JavaScript
Trang chủ
Khám phá
Đăng ký
Đăng nhập
SongZihuan
/
aFunlang
mirror of
https://github.com/aFun-org/aFunlang.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Branch:
dev
Branches
Tags
dev
main
refactor
v0.0.2
v0.0.1
aFunlang
/
test
/
lib
/
dlc_lib.cpp
dlc_lib.cpp
87 B
Permalink
Lịch sử
Raw
1
2
3
4
5
6
7
extern "C" {
int num = 100;
int test(int a){
return 10 + a;
}
}