rotating vertices

I want to move the coordinate axis to the left and then rotate some vertices.
here is the code I am working on.
void AlienLeft()
{
glRotatef(k,0.0f,0.0f,1.0f);
k+=0.01f;
}

yes…and ?