This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/src/functions.hh

17 lines
257 B
C++

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