| 36 | // bitstream utility functions |
| 37 | |
| 38 | void BitStream::clearStringBuffer() |
| 39 | { |
| 40 | static char stringBuf[256]; |
| 41 | stringBuf[0] = 0; |
| 42 | // setStringBuffer( stringBuf ); |
| 43 | } |
| 44 | |
| 45 | void BitStream::setStringBuffer(char buffer[256]) |
| 46 | { |
no outgoing calls
no test coverage detected