1234567891011121314151617181920 |
- /*
- +----------------------------------------------------------------------+
- | XlsWriter Extension |
- +----------------------------------------------------------------------+
- | Copyright (c) 2017-2018 The Viest |
- +----------------------------------------------------------------------+
- | http://www.viest.me |
- +----------------------------------------------------------------------+
- | Author: viest <[email protected]> |
- +----------------------------------------------------------------------+
- */
- #ifndef PHP_EXT_XLS_EXPORT_RICH_STRING_H
- #define PHP_EXT_XLS_EXPORT_RICH_STRING_H
- extern zend_class_entry *vtiful_rich_string_ce;
- VTIFUL_STARTUP_FUNCTION(rich_string);
- #endif
|