source: issm/oecreview/Archive/14312-15392/ISSM-14912-14913.diff

Last change on this file was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 686 bytes
  • ../trunk-jpl/src/c/io/Print/PrintfFunction.cpp

     
    99#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1010#endif
    1111
     12#include <stdarg.h>
     13#ifdef _HAVE_ANDROID_NDK_
     14#include <android/log.h>
     15#endif
    1216#include "./Print.h"
    1317#include "../Comm/Comm.h"
    1418#include "../../shared/MemOps/MemOps.h"
    1519
    16 #ifdef _HAVE_ANDROID_NDK_
    17 #include <android/log.h>
    18 #endif
    19 
    2020int PrintfFunction(const char* format,...){
    2121        /*http://linux.die.net/man/3/vsnprintf*/
    2222
Note: See TracBrowser for help on using the repository browser.