Searched refs:__fn (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | stdio.h | 628 # define fropen(__cookie, __fn) funopen(__cookie, __fn, NULL, NULL, NULL) argument 629 # define fwopen(__cookie, __fn) funopen(__cookie, NULL, __fn, NULL, NULL) argument
|