Home
last modified time | relevance | path

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

/components/libc/compilers/picolibc/
A Diob.c24 static int __fgetc(FILE *file);
26 static FILE __stdio_in = FDEV_SETUP_STREAM(NULL, __fgetc, NULL, _FDEV_SETUP_READ);
56 static int __fgetc(FILE *file) in __fgetc() function

Completed in 21 milliseconds