This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: #define a phrase to be replaced by a single word
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Sisyphus <kalinabears at iinet dot net dot au>, gcc <gcc-help at gcc dot gnu dot org>
- Date: Sat, 20 Nov 2004 19:27:02 -0600
- Subject: Re: #define a phrase to be replaced by a single word
- References: <419FD52B.4080300@iinet.net.au>
Hi Rob / Sisyphus,
Try this...
#include <stdint.h>
int64_t my64bitIntegerVariable;
uint64_t my64bitUnsignedVariable;
HTH,
--Eljay