Animate a pendulum: Difference between revisions

Content deleted Content added
Loren (talk | contribs)
No edit summary
m →‎{{header|C}}: add {{libheader|GLUT}}
Line 167: Line 167:


=={{header|C}}==
=={{header|C}}==
{{libheader|GLUT}}
<lang c>#include <stdlib.h>
<lang c>#include <stdlib.h>
#include <math.h>
#include <math.h>