On Sun, Jul 20, 2014 at 4:11 AM, Piyush Parkash <[email protected]> wrote:
>
> There is a function in bits.c to read and write one bitshort and one
> bitlong. I am unable to understand that.

Read dwg.h

IIRC, you may find following there:

functions are to read 2 bits and 4 bits

bitshort is macro for unsigned integer. bitshort is typedef for unsigned int.

bitlong is typedef for long unsigned int.

-- 
H.S.Rai
.Org.Com

Reply via email to