libperl-sys 0.4.0-alpha.2

Low-level FFI declarations for libperl (Perl5), generated via bindgen + libperl-macrogen
Documentation
1
2
3
4
5
6
7
8
9
#include <EXTERN.h>               /* from the Perl distribution     */
#define PERL_IN_GLOBALS_C
#include <perl.h>                 /* from the Perl distribution     */

#if    defined(G_ARRAY) && !defined(G_LIST)
#  define G_LIST   G_ARRAY
#elif !defined(G_ARRAY)
#  define G_ARRAY  G_LIST
#endif