Home
last modified time | relevance | path

Searched defs:fprintfcb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/os/
Dcbprintf.c51 int fprintfcb(FILE *stream, const char *format, ...) in fprintfcb() function
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h823 #define fprintfcb(stream, ...) fprintf(stream, __VA_ARGS__) macro