#include "gluos.h"
#include <GL/glu.h>
Go to the source code of this file.
◆ gluCheckExtension()
Definition at line 63 of file registry.c.
64{
67 char *lookHere;
68 char *deleteThis;
69
71
72 deleteThis = lookHere = (
char *)
malloc(
strlen((
const char *)extString)+1);
75
76 strcpy(lookHere,(
const char *)extString);
77
81 break;
82 }
84 }
85 free((
void *)deleteThis);
87}
int strcmp(const char *String1, const char *String2)
ACPI_SIZE strlen(const char *String)
char * strcpy(char *DstString, const char *SrcString)
char * strtok(char *String, const char *Delimiters)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean flag
◆ gluGetString()
Definition at line 44 of file registry.c.
45{
46
51 }
53}
static const GLubyte versionString[]
static const GLubyte extensionString[]
◆ extensionString
Initial value:=
"GLU_EXT_nurbs_tessellator "
"GLU_EXT_object_space_tess "
Definition at line 38 of file registry.c.
Referenced by gluGetString().
◆ versionString