allocating_20arrays_20using_20the_20windows_20api
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
allocating_20arrays_20using_20the_20windows_20api [2022/12/26 22:55] – Added BBCSDL version richardrussell | allocating_20arrays_20using_20the_20windows_20api [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 56: | Line 56: | ||
DEF PROCdim1d(RETURN A(),S%,D1%) | DEF PROCdim1d(RETURN A(),S%,D1%) | ||
LOCAL a%% | LOCAL a%% | ||
- | SYS " | + | SYS " |
IF @platform% AND &40 ELSE a%% = !^a%% | IF @platform% AND &40 ELSE a%% = !^a%% | ||
?a%%=1 : a%%!1=D1%+1 | ?a%%=1 : a%%!1=D1%+1 | ||
Line 64: | Line 64: | ||
DEF PROCdim2d(RETURN A(), | DEF PROCdim2d(RETURN A(), | ||
LOCAL a%% | LOCAL a%% | ||
- | SYS " | + | SYS " |
IF @platform% AND &40 ELSE a%% = !^a%% | IF @platform% AND &40 ELSE a%% = !^a%% | ||
?a%%=2 : a%%!1=D1%+1 : a%%!5=D2%+1 | ?a%%=2 : a%%!1=D1%+1 : a%%!5=D2%+1 |
allocating_20arrays_20using_20the_20windows_20api.1672095340.txt.gz · Last modified: 2024/01/05 00:16 (external edit)