#include <dktypes.h>
Data Fields | |
dk_stream_t * | t |
Output stream. | |
unsigned char | c |
Combination of previous bits. | |
unsigned short | b |
Number of bits in c. |
This function can be used for bit-wise output.
unsigned short dk_bitshift_t::b |
Number of bits in c.
unsigned char dk_bitshift_t::c |
Combination of previous bits.
Output stream.