source:
issm/oecreview/Archive/14312-15392/ISSM-14912-14913.diff
Last change on this file was 15393, checked in by , 12 years ago | |
---|---|
File size: 686 bytes |
-
../trunk-jpl/src/c/io/Print/PrintfFunction.cpp
9 9 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 10 10 #endif 11 11 12 #include <stdarg.h> 13 #ifdef _HAVE_ANDROID_NDK_ 14 #include <android/log.h> 15 #endif 12 16 #include "./Print.h" 13 17 #include "../Comm/Comm.h" 14 18 #include "../../shared/MemOps/MemOps.h" 15 19 16 #ifdef _HAVE_ANDROID_NDK_17 #include <android/log.h>18 #endif19 20 20 int PrintfFunction(const char* format,...){ 21 21 /*http://linux.die.net/man/3/vsnprintf*/ 22 22
Note:
See TracBrowser
for help on using the repository browser.