X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "arizvi" Newsgroups: comp.os.msdos.djgpp Subject: 64 bit functions in DJGPP Date: 3 Mar 2005 13:46:43 -0800 Organization: http://groups.google.com Lines: 12 Message-ID: <1109886403.553027.63290@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 66.32.25.19 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1109886408 3570 127.0.0.1 (3 Mar 2005 21:46:48 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 3 Mar 2005 21:46:48 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=66.32.25.19; posting-account=Se-Idg0AAAC00LEpjdiQS7ZeyWGDYpCA To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I need to add, compare and divide two 64-bit numbers (long long). I could find the lldiv(long long,long long) function for division, but not the functions for comparison and addittion. It is my understanding that the + and < operators used for integers do not work for long long's. Please help! Thanks, Ahmad