"Das U-Boot" Source Tree
at master 8 lines 161 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2 3#ifndef __PRINTF_H 4#define __PRINTF_H 5 6int printf_setexpr(char *str, size_t size, int argc, char *const *argv); 7 8#endif