From owner-freebsd-hackers Fri Aug 6 23:35:54 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 3A8D514EF5; Fri, 6 Aug 1999 23:35:49 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA04173; Sat, 7 Aug 1999 00:35:31 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA07960; Sat, 7 Aug 1999 00:35:38 -0600 (MDT) Message-Id: <199908070635.AAA07960@harmony.village.org> To: "Brian F. Feldman" Subject: Re: quad_t and portability Cc: Don Lewis , Sheldon Hearn , freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Sat, 07 Aug 1999 01:39:18 EDT." References: Date: Sat, 07 Aug 1999 00:35:38 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message "Brian F. Feldman" writes: : You can always use off_t with "%qd", (int64_t)foo. But that isn't portbale. %qd is a bsdism. %lld and %llu are the latest C standards way to say that. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message