<stdio.h>: Always inline functions.
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 4 Oct 2016 05:34:12 +0000 (08:34 +0300)
committerzrj <zrj@dragonflybsd.org>
Mon, 24 Oct 2016 11:55:13 +0000 (14:55 +0300)
commitf30cf7c7bed5e0a18b6d0d2f8a8e51f505aec952
treee74d7d81ae2bc2a1fcb8914732d3be396fde4ab0
parent381f866e1635d4af57007040f4ce78381ef6db4c
<stdio.h>: Always inline functions.

These functions were intended to be the preprocessor macros, so
do not allow compiler to assume that those might not be inlined.
Happens on LTO builds were compiler sees more of a global picture.

While there, do the same to rune helpers in <ctype.h> too.
include/ctype.h
include/stdio.h