linuxOS_D21X/source/uboot-2021.10/cmd/printf.h

9 lines
161 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __PRINTF_H
#define __PRINTF_H
int printf_setexpr(char *str, size_t size, int argc, char *const *argv);
#endif