#include #include #include #include int main ( int argc, char **argv ) { fprintf(stdout,"%g",atof((const char*)gluGetString(GLU_VERSION))); }