13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
|
|
/* ------------------------------------------------------------
|
|
* The start of the PHP initialization function
|
|
* ------------------------------------------------------------ */
|
|
|
|
%insert(init) "swiginit.swg"
|
|
|
|
%init %{
|
|
SWIG_php_minit {
|
|
SWIG_InitializeModule(0);
|
|
%}
|
|
|