KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
asserthnd.c File Reference
#include <kos.h>
#include <assert.h>

Functions

__noinline void func2 (void)
 
__noinline void func1 (void)
 
void hnd (const char *file, int line, const char *expr, const char *msg, const char *func)
 
int main (int argc, char **argv)
 

Function Documentation

◆ func1()

__noinline void func1 ( void )

References func2().

Referenced by main().

◆ func2()

__noinline void func2 ( void )

References assert, and assert_msg.

Referenced by func1().

◆ hnd()

void hnd ( const char * file,
int line,
const char * expr,
const char * msg,
const char * func )

References func(), and printf.

Referenced by main().

◆ main()

int main ( int argc,
char ** argv )

References assert_set_handler(), func1(), and hnd().