_BCDGET - get BCD character.
(GCOS-8 Only)
Usage:
bcdchar = _bcdget(bcdptr);
Where:
- void *bcdptr;
- is a BCD pointer as created by "_bcdptr".
- int bcdchar;
- receives the BCD character found at the location indicated by "bcdptr".
Description:
"_bcdget" obtains the BCD character that is found at a particular memory
location.
See Also:
expl c lib _bcdptr
expl nsc lib _bcdput
Copyright © 2000, Thinkage Ltd.