[libc][NFC] mark vprintf functions as inline
authorMichael Jones <michaelrj@google.com>
Thu, 20 Jul 2023 21:47:02 +0000 (14:47 -0700)
committerMichael Jones <michaelrj@google.com>
Thu, 20 Jul 2023 21:50:18 +0000 (14:50 -0700)
commitaeec4627e6df467ecb37367d6fbb140d6c9c2e10
treed417682e54584ea9cc7a5869b175f800373059f6
parent37e5baf318b1248c189ccc9558f3beb7af736885
[libc][NFC] mark vprintf functions as inline

The functions are in a header, and so must be marked inline to avoid
symbol conflicts.

Differential Revision: https://reviews.llvm.org/D155892
libc/src/stdio/printf_core/vfprintf_internal.h