Alien-libdeflate

 view release on metacpan or  search on metacpan

t/compile.t  view on Meta::CPAN

#include "XSUB.h"
#include "libdeflate.h"

MODULE = CompileTest PACKAGE = CompileTest

char *check(class)
  char *class;
  CODE:
    struct libdeflate_compressor * cmpr = libdeflate_alloc_compressor(3);
    RETVAL = class;
  OUTPUT:
    RETVAL



( run in 0.725 second using v1.01-cache-2.11-cpan-4e96b696675 )