Go to the first, previous, next, last section, table of contents.


ox_pops

ox_pops(number[,nitem])
:: プロセス識別子 number のプロセスのスタックからデータを取り除く.
return
0
number
数 (プロセス識別子)
nitem
自然数
[69] for(I=1;I<=10;I++)ox_push_cmo(0,I);
[70] ox_pops(0,4);  
0
[71] ox_pop_cmo(0);
6
参照
section ox_pop_cmo, ox_pop_local


Go to the first, previous, next, last section, table of contents.