mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-22 14:44:36 +00:00
10 lines
85 B
C
10 lines
85 B
C
|
|
#include <EXTERN.h>
|
||
|
|
#include <perl.h>
|
||
|
|
|
||
|
|
int main(void)
|
||
|
|
{
|
||
|
|
perl_alloc();
|
||
|
|
|
||
|
|
return 0;
|
||
|
|
}
|