| delorie.com/archives/browse.cgi | search |
| Date: | Wed, 19 Apr 2000 13:42:27 -0400 |
| Message-Id: | <200004191742.NAA03828@envy.delorie.com> |
| From: | DJ Delorie <dj AT delorie DOT com> |
| To: | djgpp AT delorie DOT com |
| In-reply-to: | <8dko81$prq$1@beast.euro.net> (Olaf@XCC.TMFWeb.NL) |
| Subject: | Re: 64-bit int |
| References: | <8dko81$prq$1 AT beast DOT euro DOT net> |
| Reply-To: | djgpp AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
> Is there a 64-bit type in the DJGPP compiler?
long long
as in:
long long
foo(long long a, long long b)
{
long long i;
return (long long)a;
}
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |