1 2 3 4 5 6 7 8 9
#ifndef EGLSTRING_INCLUDED #define EGLSTRING_INCLUDED extern char * _eglstrdup(const char *s); #endif /* EGLSTRING_INCLUDED */