PPPort update from Paul Marquess.
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / module3.c
CommitLineData
0a7c7f4f 1
2#include "EXTERN.h"
3#include "perl.h"
4#include "XSUB.h"
5
6#include "ppport.h"
7
8void test3(void)
9{
44284200 10 newCONSTSUB(gv_stashpv("Devel::PPPort", FALSE), "test_value_3", newSViv(3));
0a7c7f4f 11}