RetroArch
Macros
retro_assert.h File Reference
#include <assert.h>
Include dependency graph for retro_assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define retro_assert(cond)   assert(cond)
 

Macro Definition Documentation

◆ retro_assert

#define retro_assert (   cond)    assert(cond)