home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!udel!darwin.sura.net!spool.mu.edu!hri.com!noc.near.net!transfer.stratus.com!redondo.sw.stratus.com!dswartz
- From: dswartz@redondo.sw.stratus.com (Dan Swartzendruber)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Question about bit manipulation
- Message-ID: <1judbfINN2kd@transfer.stratus.com>
- Date: 24 Jan 93 15:41:35 GMT
- References: <1993Jan24.023728.5051@afterlife.ncsc.mil>
- Organization: Stratus Computer, Software Engineering
- Lines: 10
- NNTP-Posting-Host: redondo.sw.stratus.com
-
-
- You're probably being bitten by Think C's default of 16-bit ints. Note
- that it isn't enough (in the example you gave) you fix your project, you
- must fix ANSI as well...
-
- --
-
- #include <std_disclaimer.h>
-
- Dan S.
-