Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstdio_impl.h44 void fake_fputc(char ch, FakeFILE* file) __HIDDEN__;
58 #define fputc fake_fputc
Dstdio_impl.c112 void fake_fputc(char ch, FakeFILE* file) { in fake_fputc() function