Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.6-rc5 9 lines 85 B view raw
1#include <EXTERN.h> 2#include <perl.h> 3 4int main(void) 5{ 6 perl_alloc(); 7 8 return 0; 9}