Colouring-In-XS
view release on metacpan or search on metacpan
include/in.h view on Meta::CPAN
#include "colouring.h"
/* ââ Class name constant ââââââââââââââââââââââââââââââââââââââââ */
#define COLOURING_CLASS "Colouring::In::XS"
#define COLOURING_CLASS_LEN 17
/* ââ Message store (set from Perl side) âââââââââââââââââââââââââ */
/* Holds a refcount-managed reference to the user's message hash so
* the underlying HV stays alive after set_messages() returns. */
static SV * MESSAGES_REF = NULL;
#define MESSAGES \
((MESSAGES_REF && SvROK(MESSAGES_REF)) ? (HV*)SvRV(MESSAGES_REF) : NULL)
/* ââ Bless a hash into the caller's class âââââââââââââââââââââââ */
static SV * xs_new(SV * class, HV * hash) {
dTHX;
( run in 1.254 second using v1.01-cache-2.11-cpan-39bf76dae61 )