This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
phyus
/
linux-vybrid_public
Vigiar
8
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
7181a6714e
Ramos
Etiquetas
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
linux-vybrid_pu...
/
tools
/
perf
/
config
/
feature-checks
/
test-libperl.c
test-libperl.c
85 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
#include <EXTERN.h>
#include <perl.h>
int main(void)
{
perl_alloc();
return 0;
}