PatchworkOS
Loading...
Searching...
No Matches
assert.c File Reference
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

void _assert_99 (const char *const message1, const char *const function, const char *const message2)
 
void _assert_89 (const char *const message)
 

Function Documentation

◆ _assert_89()

void _assert_89 ( const char *const  message)

Definition at line 23 of file assert.c.

References abort(), fputs(), NULL, panic(), and stderr.

◆ _assert_99()

void _assert_99 ( const char *const  message1,
const char *const  function,
const char *const  message2 
)

Definition at line 11 of file assert.c.

References abort(), errno, fputs(), NULL, panic(), stderr, and strerror().