Xref: news2.mv.net comp.os.msdos.djgpp:4441 From: ksinner AT solaria DOT sol DOT net (Kenton E. Sinner) Newsgroups: comp.os.msdos.djgpp Subject: long long int Date: 30 May 1996 02:34:15 GMT Organization: Solaria Public Access UNIX - Milwaukee, WI Lines: 9 Message-ID: <4oj1f7$eml@hummin.sol.net> NNTP-Posting-Host: hummin.sol.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi. I would like to do something with long long ints (64-bit), but the libraries don't seem to support conversion from strings to long long and vice versa, so I can't easily get such numbers into and out of the program. Is there a library that supports these conversions? TIA