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