libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libredwg] bitshort and bitlong


From: .Org.Com
Subject: Re: [libredwg] bitshort and bitlong
Date: Sun, 20 Jul 2014 13:42:30 +0530

On Sun, Jul 20, 2014 at 4:11 AM, Piyush Parkash <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]