This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
SoftwareDesign
/
csu3_am335x
Seguir
8
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
52bd49a6d4
Ramas
Etiquetas
master
csu3_am335x
/
board-support
/
linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305
/
tools
/
build
/
feature
/
test-libperl.c
test-libperl.c
85 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
#include <EXTERN.h>
#include <perl.h>
int main(void)
{
perl_alloc();
return 0;
}