This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
oss
/
uclibc-ng-test
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6449cfcf3e
Branches
Tags
master
uclibc-ng-test
/
test
/
dlopen
/
nodelmod3.c
nodelmod3.c
95 B
Historique
Raw
1
2
3
4
5
6
7
8
extern int var_in_mod4;
extern int *addr (void);
int *
addr (void)
{
return &var_in_mod4;
}