CompuServe Messages

C problems

    08-Mar-91 19:06:33
Sb: #8217-C problems
Fm: Robert Hayes 70431,1737
To: Henry Williams 73527,1446
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)