fix: add global variable m to the source code
This commit is contained in:
@ -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];
|
||||||
|
Reference in New Issue
Block a user