Implements most of the missing C90 __builtin_* functions, and a few
straglers like putchar, fputs, putc, fputc, and free.
Format strings for __builtin_* were copied (and f -> F), but the
signatures for the three above should be more carefully checked.
More importantly, start adding missing tests for
builtin_*/has_builtin, and document more builtins.
Reported-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Can you mention the deprecation issue here?