This website works better with JavaScript
Accueil
Explorer
S'inscrire
Connexion
SongZihuan
/
aFunlang
miroir de
https://github.com/aFun-org/aFunlang.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
dev
Branches
Tags
dev
main
refactor
v0.0.2
v0.0.1
aFunlang
/
test
/
lib
/
dlc_lib.cpp
dlc_lib.cpp
87 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
extern "C" {
int num = 100;
int test(int a){
return 10 + a;
}
}