#include <stdio.h>#include <stdlib.h>#include "gspin-base-types.h"#include "gspin-assert.h"

Go to the source code of this file.
Functions/Subroutines | |
| static void | gs_assert_failure (gs_string_t file, gs_string_t function, gs_count_t line, const gs_string_t message) |
| void | gs_assert (bool condition, gs_string_t file, gs_string_t function, gs_count_t line, const gs_string_t message) |
| void gs_assert | ( | bool | condition, | |
| gs_string_t | file, | |||
| gs_string_t | function, | |||
| gs_count_t | line, | |||
| const gs_string_t | message | |||
| ) |
| static void gs_assert_failure | ( | gs_string_t | file, | |
| gs_string_t | function, | |||
| gs_count_t | line, | |||
| const gs_string_t | message | |||
| ) | [static] |
1.5.6