Morpion solitaire: Difference between revisions

→‎{{header|Wren}}: Removed a duplicated line.
(Added Wren)
(→‎{{header|Wren}}: Removed a duplicated line.)
Line 2,012:
if (isStatic && strcmp(signature, "nocbreak()") == 0) return C_nocbreak;
if (isStatic && strcmp(signature, "echo()") == 0) return C_echo;
if (isStatic && strcmp(signature, "noecho()") == 0) return C_noecho;
if (isStatic && strcmp(signature, "refresh()") == 0) return C_refresh;
if (isStatic && strcmp(signature, "getch()") == 0) return C_getch;
9,476

edits