From owner-freebsd-bugs Mon Jun 16 12:26:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA24779 for bugs-outgoing; Mon, 16 Jun 1997 12:26:56 -0700 (PDT) Received: from pc759.cs.msu.su (pc759.cs.msu.su [158.250.10.223]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA24762 for ; Mon, 16 Jun 1997 12:26:51 -0700 (PDT) Received: (from laskavy@localhost) by pc759.cs.msu.su (8.8.5/8.8.5) id XAA01886 for freebsd-bugs@FreeBSD.org; Mon, 16 Jun 1997 23:32:05 +0400 (MSD) Date: Mon, 16 Jun 1997 23:32:05 +0400 (MSD) From: "Sergei S. Laskavy" Message-Id: <199706161932.XAA01886@pc759.cs.msu.su> To: freebsd-bugs@FreeBSD.org Subject: man 3 printf: "quad int" type??? Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I am using 2.2.2-RELEASE and found something about "quad int" type: $ man 3 printf [...] o The optional character q, specifying that a following d, i, o, u, x, or X conversion corresponds to a quad int or unsigned quad int argu- ---------------------------------------------^^^^^^^^ ment, or that a following n conversion corresponds to a pointer to a quad int argument. ------------^^^^^^^^ [...] I used "quad_t" and "long long", but "quad int" wont work. Where is the bug? Sergei S. Laskavy PS: in the same manual page I found [...] asprintf(char **ret, const char *format, ...) [...] Asprintf() and vasprintf() return a pointer to a buffer sufficiently --------^ I thought that function names are case-sensitive.