1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 15:40:24 +00:00
qb64/internal/source/data135.txt

6 lines
149 B
Plaintext
Raw Normal View History

2021-09-28 05:43:25 +00:00
float *_FUNC_MAP_SINGLE_MAP=NULL;
if(_FUNC_MAP_SINGLE_MAP==NULL){
_FUNC_MAP_SINGLE_MAP=(float*)mem_static_malloc(4);
*_FUNC_MAP_SINGLE_MAP=0;
2021-08-01 04:03:08 +00:00
}