RCRPG/C: Difference between revisions

Content added Content deleted
m (→‎Code: restored changes previously made by underscore (lost since I had modified my local copy))
m (→‎What's in use: (varargs used too))
Line 6: Line 6:


* [[wp:ncurses|ncurses]] library for advanced terminal I/O
* [[wp:ncurses|ncurses]] library for advanced terminal I/O
* functions
* functions (also with variable number of arguments)
* enumerations
* enumerations
* structures, their allocation and pointers
* structures, their allocation and pointers