#include int main() { EGLDisplay display = eglGetDisplay(NULL); eglInitialize(display, NULL, NULL); }