repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IB/srp: fix mr allocation when the device supports sg gaps
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libperl.c
blob
8871f6a0fdb4817e8fd40de71a7db40085e5588f
1
#include <EXTERN.h>
2
#include <perl.h>
3
4
int
main
(
void
)
5
{
6
perl_alloc
();
7
8
return
0
;
9
}