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
Branche:
refactor
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;
}
}