mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
10 lines
85 B
C
10 lines
85 B
C
|
#include <EXTERN.h>
|
||
|
#include <perl.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
perl_alloc();
|
||
|
|
||
|
return 0;
|
||
|
}
|