13 lines
274 B
Plaintext
Raw Normal View History

2020-04-22 12:56:21 -04:00
/* ------------------------------------------------------------
* The start of the PHP initialization function
* ------------------------------------------------------------ */
%insert(init) "swiginit.swg"
%init %{
SWIG_php_minit {
SWIG_InitializeModule(0);
%}