HomeSort by relevance Sort by last modified time
    Searched defs:C_ASSERT (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 61 #ifndef C_ASSERT
63 # define C_ASSERT(e) typedef char __C_ASSERT__[(e)?1:-1]
65 # define C_ASSERT(e) extern void __C_ASSERT__(int [(e)?1:-1])
67 #endif /* C_ASSERT */
    [all...]
ntdef.h 670 /* C_ASSERT Definition */
671 #define C_ASSERT(expr) extern char (*c_assert(void)) [(expr) ? 1 : -1]
winnt.h 84 # define C_ASSERT(e) typedef char __C_ASSERT__[(e)?1:-1]
86 # define C_ASSERT(e) extern void __C_ASSERT__(int [(e)?1:-1])
    [all...]

Completed in 109 milliseconds