format.h 840 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_FORMAT_H
  13. #define PHP_EXT_XLS_EXPORT_FORMAT_H
  14. extern zend_class_entry *vtiful_format_ce;
  15. VTIFUL_STARTUP_FUNCTION(format);
  16. #endif