Current Path : /usr/opt/php72/include/php/ext/date/lib/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/php72/include/php/ext/date/lib/timelib_config.h |
#ifdef PHP_WIN32 # include "config.w32.h" #else # include <php_config.h> #endif #include <php_stdint.h> #define TIMELIB_OMIT_STDINT 1 #include "zend.h" #define timelib_malloc emalloc #define timelib_realloc erealloc #define timelib_calloc ecalloc #define timelib_strdup estrdup #define timelib_free efree