> Date: Sat, 10 Sep 2016 11:59:29 -0700
> From: Philip Guenther
>
> The functions here all have full prototypes in scope, so gcc is already
> treating them as if they were standard-style definitions. While here,
> s/__inline/inline/ as it's been 17 years since C99.
>
> ok?
ok kettenis@
> A
The functions here all have full prototypes in scope, so gcc is already
treating them as if they were standard-style definitions. While here,
s/__inline/inline/ as it's been 17 years since C99.
ok?
A warning for those doing these sorts of K&R -> standard conversions:
beware of argument orde