Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

php_java_strtod.h

Go to the documentation of this file.
00001 /*-*- mode: C; tab-width:4 -*-*/
00002 
00010 #ifndef JAVA_STRTOD_H
00011 #define JAVA_STRTOD_H
00012 
00013 #ifndef ZEND_ENGINE_2
00014 extern double EXT_GLOBAL(strtod)(const char*, char**);
00015 #else
00016 #include "zend_strtod.h"
00017 
00018 # if EXTENSION == JAVA
00019 #  define java_strtod zend_strtod 
00020 # elif EXTENSION == MONO
00021 #  define mono_strtod zend_strtod
00022 # else
00023 #  error unknown EXTENSION
00024 # endif
00025 #endif
00026 
00027 #endif

Generated on Mon Jun 12 19:45:48 2006 for php-java-bridge by  doxygen 1.4.2