Changeset 14913
- Timestamp:
- 05/05/13 18:44:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/io/Print/PrintfFunction.cpp
r14910 r14913 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 16 #ifdef _HAVE_ANDROID_NDK_17 #include <android/log.h>18 #endif19 19 20 20 int PrintfFunction(const char* format,...){
Note:
See TracChangeset
for help on using the changeset viewer.