#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
◆ __attribute__()
__attribute__ |
( |
(noreturn, weak) |
| ) |
|
Definition at line 5 of file assert.c.
8 printf(
"Assertion failed: %s (%s: %s: %u)\n", expr,
file,
function,
line);
void abort(void) __attribute__((noreturn))
const char unsigned int line
References abort(), file, and line.