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

php_java_snprintf.h

Go to the documentation of this file.
00001 /*-*- mode: C; tab-width:4 -*-*/
00002 
00009 #ifndef JAVA_SNPRINTF_H
00010 #define JAVA_SNPRINTF_H
00011 
00012 #ifndef ZEND_ENGINE_2
00013 extern int EXT_GLOBAL(snprintf) (char *buf, size_t len, const char *format,...);
00014 #else
00015 # if EXTENSION == JAVA
00016 #  define java_ap_php_snprintf ap_php_snprintf 
00017 # elif EXTENSION == MONO
00018 #  define mono_ap_php_snprintf ap_php_snprintf 
00019 # else
00020 #  error unknown EXTENSION
00021 # endif
00022 #endif
00023 
00024 #endif

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