mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 06:16:22 +00:00
Using sized array for input
This commit is contained in:
@@ -53,7 +53,7 @@ int main()
|
|||||||
int ypos = 2;
|
int ypos = 2;
|
||||||
int xpos = 2;
|
int xpos = 2;
|
||||||
int ch;
|
int ch;
|
||||||
char *name;
|
char name[20];
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user