
Go to the source code of this file.
Defines | |
| #define | GS_ASSERT(condition, message) |
Functions/Subroutines | |
| void | gs_assert (bool condition, gs_string_t file, gs_string_t function, gs_count_t line, const gs_string_t message) |
| #define GS_ASSERT | ( | condition, | |||
| message | ) |
Definition at line 42 of file gspin-assert.h.
| void gs_assert | ( | bool | condition, | |
| gs_string_t | file, | |||
| gs_string_t | function, | |||
| gs_count_t | line, | |||
| const gs_string_t | message | |||
| ) |
1.5.6