Home
last modified time | relevance | path

Searched refs:NEWLIB_VERSION_NUM (Results 1 – 1 of 1) sorted by relevance

/components/libc/posix/io/stdio/
A Dstdio.c50 #define NEWLIB_VERSION_NUM (__NEWLIB__ * 10000U + __NEWLIB_MINOR__ * 100U + __NEWLIB_PATCHLEVEL__) macro
107 #if (NEWLIB_VERSION_NUM < 30400U) || (NEWLIB_VERSION_NUM >= 40000U && NEWLIB_VERSION_NUM < 40300U) in rt_posix_stdio_set_console()

Completed in 2 milliseconds