C problems
All I can say is that printf must be a 32 bit implementation, necessitating
(scooze my spelling) the linkage with the 32 bit library. There is a
function called Delay() in the Amiga. 50 ticks is a second, so to wait for
10 seconds your line would look like: Delay(50*10); /* wait 10 seconds */
Delay() is in the dos.library. Robert 8)