This website works better with JavaScript
Acasă
Explorează
Înregistrare
Autentificare
SongZihuan
/
aFunlang
oglindă de
https://github.com/aFun-org/aFunlang.git
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
dev
Ramuri
Etichete
dev
main
refactor
v0.0.2
v0.0.1
aFunlang
/
test
/
lib
/
dlc_lib.cpp
dlc_lib.cpp
87 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
extern "C" {
int num = 100;
int test(int a){
return 10 + a;
}
}