X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 24 Feb 2008 21:29:20 -0500 Message-Id: <200802250229.m1P2TK93027736@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <4a-dnX9djZFzTSLanZ2dnUVZ_rmjnZ2d@comcast.com> (message from Jim Michaels on Fri, 22 Feb 2008 23:53:16 -0800) Subject: Re: 64-bit int? segment-offset pointers? and biosdisk.c References: <4a-dnX9djZFzTSLanZ2dnUVZ_rmjnZ2d AT comcast 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 Precedence: bulk > does gcc handle a 64-bit int in 2.03? if so, what type is it called? "long long" > I was hoping to see if I could rewrite the existing biosdisk library > with the new int13h extensions (as of 1995). Go ahead. Whether it gets into the djgpp master sources depends, of course, on the quality of your code (readability, maintainability, backwards compatibility, etc). Even so, you can always publish your new code and let people download it as an extension.