RCRPG/C: Difference between revisions

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