Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dstdio_private.h693 __atomic_exchange_ungetc(__ungetc_t *p, __ungetc_t v) in __atomic_exchange_ungetc() function
732 #define __atomic_exchange_ungetc(p,v) __non_atomic_exchange_ungetc(p,v) macro