/* SDL_android_main.c, placed in the public domain by Sam Lantinga 3/13/14 */ #include <jni.h> #include <stdio.h> #undef stderr FILE *stderr = &__sF[2]; /* vi: set ts=4 sw=4 expandtab: */