root/include/std/assert.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef ASSERT_H
   2 #define ASSERT_H
   3 
   4 // For Lua
   5 #define assert (void)0
   6 
   7 #endif

/* [<][>][^][v][top][bottom][index][help] */