tguclu wrote:
> I'm trying to make a CRC calculator and for test purposes i'm writing
> some test routines.
> I have the pre-calculated crc values for some binary numbers and i
> want to use them in my code.
> Is it possible to initialize an integer in binary form ? For example
> like this?
>
> int CrcHesapla()
> {
> int reg = 0x00;
> int msg = b'1101011011';
>
> }
http://groups.google.com/group/comp....f?dmode=source
Newsgroups: comp.lang.c,comp.arch.embedded
Subject: Binary constant macros
Date: 26 Feb 2004 07:36:35 -0800
Message-ID: < >