// // php-armadillo/functions.hh // // @Author CismonX // #ifndef PHP_ARMA_FUNCTIONS_HH #define PHP_ARMA_FUNCTIONS_HH #include "php_arma.hh" namespace php_arma { extern const zend_function_entry functions[]; } #endif // !PHP_ARMA_FUNCTIONS_HH