On Thu, 22 Mar 2001, Justin T. Gibbs wrote:
>
> aic7xxx_proc.c:
> Use an unsigned long for total number of commands
> sent to a device. %q and %lld don't seem to work
> under Linux or I'd have used a uint64_t.
It's "%Ld".
Think ANSI "long long double" -> "Lf".
Thus "long long int" -> "Ld".
I know it's at least been discussed for ANSI C9X, although I have no idea
if it actually caught on.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/