fix: add global variable m to the source code
This commit is contained in:
parent
b58b1bc2a7
commit
cd2fff2c46
@ -1,6 +1,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
int m;
|
||||||
|
|
||||||
void v(void)
|
void v(void)
|
||||||
{
|
{
|
||||||
char buf[520];
|
char buf[520];
|
||||||
|
Loading…
Reference in New Issue
Block a user