From owner-freebsd-hackers Tue Sep 23 02:39:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01688 for hackers-outgoing; Tue, 23 Sep 1997 02:39:20 -0700 (PDT) Received: from korin.warman.org.pl (korin.nask.waw.pl [148.81.160.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01681 for ; Tue, 23 Sep 1997 02:39:16 -0700 (PDT) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.8.7/8.8.5) with SMTP id LAA22200 for ; Tue, 23 Sep 1997 11:40:56 +0200 (CEST) Date: Tue, 23 Sep 1997 11:40:56 +0200 (CEST) From: Andrzej Bialecki To: freebsd-hackers@FreeBSD.ORG Subject: libc, scanf and quads Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! I'm developing certain application which should run either on FreeBSD or SunOS. I'm getting a bit tired of continuous editing in order to make the conversion strings right on both platforms. The problem is that we have the "%qu" whereas SunOS has "%llu". Is it possible/desirable to implement this second form in our libc? Or should I look for another solution? OTOH, I may be missing something (as often is the case... :-) Andrzej Bialecki ---------------------+--------------------------------------------------------- abial@warman.org.pl | if(halt_per_mth > 0) { fetch("http://www.freebsd.org") } Research & Academic | "Be open-minded, but don't let your brains to fall out." Network in Poland | All of the above (and more) is just my personal opinion. ---------------------+---------------------------------------------------------