diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 9bd4a3595..d665ce0b9 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -949,27 +949,7 @@ id="malloc" name="malloc"> may still return -Many Atari DOSes which don't support command line arguments immediately clear the screen -and display their menu after a program exits. Therefore it might be difficult to read -the last messages printed by the program prior to its exit. This function can be used -to decide if a delay or wait for a key press should be executed when then program -exits. - -/* Hello World for Atari */ -#include -#include -#include -int main(void) -{ - printf("Hello World\n"); - if (! _is_cmdline_dos()) - sleep(5); - return 0; -} - @@ -2587,6 +2567,40 @@ ldiv +doesclrscrafterexit