fix: add global variable m to the source code

This commit is contained in:
0x35c 2025-04-29 11:27:11 +02:00
parent b58b1bc2a7
commit cd2fff2c46

View File

@ -1,6 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
int m;
void v(void)
{
char buf[520];