1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 06:05:14 +00:00
qb64/internal/source/data237.txt

11 lines
342 B
Plaintext
Raw Normal View History

2021-08-01 04:03:08 +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;
2021-07-29 21:43:08 +00:00
}
2021-08-01 04:03:08 +00:00
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-07-29 21:43:08 +00:00
}