Group
Extension

Matches 1

Sereal-Splitter ( D/DA/DAMS/Sereal-Splitter-0.840.tar.gz, DAMS, 2016; MetaCPAN )
Sereal-Splitter/srl_common.h ( view source; MetaCPAN )
#ifndef SRL_COMMON_H_
#define SRL_COMMON_H_

#include "srl_inline.h"

/* inspired by JSON::XS code */
#if __GNUC__ >= 3
# define expect(expr,value) __builtin_expect((expr), (value))
#else
# define exp

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.