[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rc
rc
function returns the number of referentials.
rc
is used before and after referential creation. The
referential counter is 2 after creation.
$ dio87d -d $ dio87c rc 0 $ dio87c ra ref1 $ dio87c ra ref2 $ dio87c rc 2 $ dio87c rl ref1 ref2 $ |