1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00
QB64-PE/internal/source/data246.txt

11 lines
342 B
Plaintext
Raw Normal View History

2022-01-19 00:31:52 +00:00
int32 *_FUNC_HELP_COL_LONG_HELP_COL=NULL;
if(_FUNC_HELP_COL_LONG_HELP_COL==NULL){
_FUNC_HELP_COL_LONG_HELP_COL=(int32*)mem_static_malloc(4);
*_FUNC_HELP_COL_LONG_HELP_COL=0;
}
int32 *_FUNC_HELP_COL_LONG_COL=NULL;
if(_FUNC_HELP_COL_LONG_COL==NULL){
_FUNC_HELP_COL_LONG_COL=(int32*)mem_static_malloc(4);
*_FUNC_HELP_COL_LONG_COL=0;
2021-09-30 04:25:24 +00:00
}