mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 16:28:14 +02:00
9 lines
131 B
C
9 lines
131 B
C
#ifndef EGLSTRING_INCLUDED
|
|
#define EGLSTRING_INCLUDED
|
|
|
|
|
|
extern char *
|
|
_eglstrdup(const char *s);
|
|
|
|
|
|
#endif /* EGLSTRING_INCLUDED */
|