RCRPG/C: Difference between revisions

Content added Content deleted
m (Fixed syntax highlighting.)
 
Line 39:
{{works with|POSIX}}
{{libheader|ncurses}}
<langsyntaxhighlight lang="c">#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
Line 595:
return EXIT_SUCCESS;
}
}</langsyntaxhighlight>