mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
9 lines
193 B
C
9 lines
193 B
C
|
/*
|
||
|
* This is a dummy file for now. We need this definition so that
|
||
|
* code compiled with #pragma debug -1 will not have the symbol unresolved.
|
||
|
*/
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int __mb_cur_max = 1;
|