| 1234567891011121314151617181920 | 
							- /*
 
-   +----------------------------------------------------------------------+
 
-   | Vtiful Extension                                                     |
 
-   +----------------------------------------------------------------------+
 
-   | Copyright (c) 2017-2017 The Viest                                    |
 
-   +----------------------------------------------------------------------+
 
-   | http://www.viest.me                                                  |
 
-   +----------------------------------------------------------------------+
 
-   | Author: viest <[email protected]>                                 |
 
-   +----------------------------------------------------------------------+
 
- */
 
- #ifndef PHP_EXT_EXCEL_EXPORT_FORMAT_H
 
- #define PHP_EXT_EXCEL_EXPORT_FORMAT_H
 
- extern zend_class_entry *vtiful_format_ce;
 
- VTIFUL_STARTUP_FUNCTION(format);
 
- #endif
 
 
  |