Array filling problem
04-Nov-94 20:07:11
Sb: #43674-Array filling problem
Fm: Werner Kazmierzak 100041,1320
To: Henry Williams 73527,1446
Henry,
you _can_ swap to a bigger stack from within your C program. With OS 2.0
or better, you may use the exec.library function
SwapStack((StackSwapStruct *) newStack) (V37)
A0
With KS 1.3, you'll have to write your own assembly function.
I don't know why this function isn't listed in the 3rd edition RKM
Autodocs, but you can read all about it in the Autodocs_3.1.
– wkc – … via AP from Hamburg, Germany