rich_string.h 860 B

1234567891011121314151617181920
  1. /*
  2. +----------------------------------------------------------------------+
  3. | XlsWriter Extension |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 2017-2018 The Viest |
  6. +----------------------------------------------------------------------+
  7. | http://www.viest.me |
  8. +----------------------------------------------------------------------+
  9. | Author: viest <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef PHP_EXT_XLS_EXPORT_RICH_STRING_H
  13. #define PHP_EXT_XLS_EXPORT_RICH_STRING_H
  14. extern zend_class_entry *vtiful_rich_string_ce;
  15. VTIFUL_STARTUP_FUNCTION(rich_string);
  16. #endif