OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WCIO_FREE
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/android/support/src/stdio/
wcio.h
49
*
WCIO_FREE
should be called by fclose
51
#define
WCIO_FREE
(fp) ((void)(0))
/bionic/libc/stdio/
wcio.h
63
*
WCIO_FREE
should be called by fclose
65
#define
WCIO_FREE
(fp) \
Completed in 212 milliseconds