int QccChannelGetNumNullSymbols(const
QccChannel *channel);
int QccChannelRemoveNullSymbols(QccChannel *channel);
QccChannelGetNumNullSymbols() counts the number of null symbols occurring in the current block of symbols channel->channel_symbols.
QccChannelRemoveNullSymbols() removes null symbols from channel. The channel symbols are scanned, and only the non-null symbols are retained. channel->channel_length is reduced by the number of null symbols originally in the channel, and channel->channel_symbols is reallocated to reflect this new channel length. Note: block-access channels are not allowed; QccChannelRemoveNullSymbols() requires that channel->access_block_size be QCCCHANNEL_ACCESSWHOLEFILE.