JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
env_log.c File Reference
Include dependency graph for env_log.c:

Go to the source code of this file.

Functions

void env_assert (const char *what, int custom_msg, const char *where, int line_no)
 
void env_assert_set_handler (env_assert_handler __attribute__((noreturn)) *handler)
 

Function Documentation

◆ env_assert()

void env_assert ( const char *  what,
int  custom_msg,
const char *  where,
int  line_no 
)

Definition at line 43 of file env_log.c.

◆ env_assert_set_handler()

void env_assert_set_handler ( env_assert_handler __attribute__((noreturn)) *  handler)

Definition at line 49 of file env_log.c.