Talk:Draw a clock: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "What is supposed to happen here? I could not get the C code to compile. --~~~~")
 
(C99?)
Line 1: Line 1:
What is supposed to happen here? I could not get the C code to compile. --[[User:Rdm|Rdm]] 01:50, 4 July 2011 (UTC)
What is supposed to happen here? I could not get the C code to compile. --[[User:Rdm|Rdm]] 01:50, 4 July 2011 (UTC)
:Oh sorry, should have said it's C99, <code>gcc -std=c99 -Wall -lm stuff.c</code>, for example. --~~

Revision as of 01:59, 4 July 2011

What is supposed to happen here? I could not get the C code to compile. --Rdm 01:50, 4 July 2011 (UTC)

Oh sorry, should have said it's C99, gcc -std=c99 -Wall -lm stuff.c, for example. --~~