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