OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_countof
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h
293
#ifndef
_countof
295
#define
_countof
(_Array) (sizeof(_Array) / sizeof(_Array[0]))
macro
299
#define
_countof
(_Array) sizeof(*__countof_helper(_Array))
macro
Completed in 150 milliseconds