excel.h 218 B

123456789101112
  1. #ifndef VTIFUL_EXCEL_H
  2. #define VTIFUL_EXCEL_H
  3. #define V_EXCEL_FIL "fileName"
  4. #define V_EXCEL_COF "config"
  5. #define V_EXCEL_PAT "path"
  6. extern zend_class_entry *vtiful_excel_ce;
  7. VTIFUL_STARTUP_FUNCTION(excel);
  8. #endif