objc

Macros | Functions
assert.h File Reference

Defines a custom assertion macro. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define sys_assert(condition)
 Asserts that a condition is true. More...
 

Functions

void sys_abort (void)
 Aborts the current process immediately. More...
 
void sys_panicf (const char *fmt,...)
 Prints a formatted panic message and aborts the process. More...
 

Detailed Description

Defines a custom assertion macro.

This file provides an sys_assert macro that can be used for debugging purposes.

Definition in file assert.h.