Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
secure_error.c File Reference

Typedefs

typedef void(* constraint_handler_t) (const char *, void *, int)
 

Functions

void ignore_handler_s (const char *msg, void *ptr, int error)
 
void __msl_runtime_constraint_violation_s (const char *msg, void *ptr, int error)
 

Variables

static constraint_handler_t __msl_constraint_handler = NULL
 

Typedef Documentation

◆ constraint_handler_t

typedef void(* constraint_handler_t) (const char *, void *, int)

Function Documentation

◆ __msl_runtime_constraint_violation_s()

void __msl_runtime_constraint_violation_s ( const char * msg,
void * ptr,
int error )

◆ ignore_handler_s()

void ignore_handler_s ( const char * msg,
void * ptr,
int error )

Variable Documentation

◆ __msl_constraint_handler

constraint_handler_t __msl_constraint_handler = NULL
static