This commit is contained in:
Yorhel 2025-01-26 14:54:38 +01:00
commit 9c80f2465a
7 changed files with 53 additions and 0 deletions

6
FU.xs Normal file
View file

@ -0,0 +1,6 @@
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
MODULE = FU PACKAGE = FU::XS