printf.h 161 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef __PRINTF_H
  3. #define __PRINTF_H
  4. int printf_setexpr(char *str, size_t size, int argc, char *const *argv);
  5. #endif