util/printf: Expose util_printf_prev_tok
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25753>
This commit is contained in:
committed by
Konstantin Seurer
parent
d05f8f6146
commit
03379d74ba
+1
-1
@@ -38,7 +38,7 @@
|
||||
_CRTIMP int _vscprintf(const char *format, va_list argptr);
|
||||
#endif
|
||||
|
||||
static const char*
|
||||
const char*
|
||||
util_printf_prev_tok(const char *str)
|
||||
{
|
||||
while (*str != '%')
|
||||
|
||||
Reference in New Issue
Block a user