Files
kotlin-fork/samples/androidNativeActivity/android.def
T
2017-06-22 13:53:03 +03:00

8 lines
222 B
Modula-2

// TODO: androidLauncher.h will become part of the platform library.
headers = stdio.h stdlib.h string.h math.h time.h android/log.h androidLauncher.h EGL/egl.h GLES/gl.h
---
static int interop_errno() {
return errno;
}