Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 1997 23:32:05 +0400 (MSD)
From:      "Sergei S. Laskavy" <laskavy@pc759.cs.msu.su>
To:        freebsd-bugs@FreeBSD.org
Subject:   man 3 printf: "quad int" type???
Message-ID:  <199706161932.XAA01886@pc759.cs.msu.su>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706161932.XAA01886>