#include <assert.h>
Go to the source code of this file.
Defines | |
#define | ASSERT(condition) |
#define | DPRINT1 |
#define | DPRINT2 |
Functions | |
unsigned | current_utime () |
void | init_utils () |
#define ASSERT | ( | condition | ) |
{ \ if (!(condition)) { hoge(); } \ }
Definition at line 28 of file rgc_utils.h.
#define DPRINT1 |
Definition at line 19 of file rgc_utils.h.
#define DPRINT2 |
Definition at line 20 of file rgc_utils.h.
unsigned current_utime | ( | ) |
Definition at line 81 of file rgc_utils.c.
void init_utils | ( | ) |
Definition at line 142 of file rgc_utils.c.