mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +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;
|