#include <julius.h>
Include dependency graph for m_bootup.c:
Go to the source code of this file.
Functions | |
static void | m_errexit () |
static void | m_exit () |
void | system_bootup () |
Definition in file m_bootup.c.
static void m_errexit | ( | ) | [static] |
Procedure when called on error exit. This function will be executed when j_error() is called for error exit. This function will be registered in system_bootup().
Definition at line 40 of file m_bootup.c.
Referenced by system_bootup().
static void m_exit | ( | ) | [static] |
Procedure when called on normal exit. This function will be executed when j_exit() is called. This function will be registered in system_bootup().
Definition at line 72 of file m_bootup.c.
Referenced by system_bootup().
void system_bootup | ( | ) |
Function to be called at the first stage on system bootup. It will setup memory allocation functions and register error handling functions.
Definition at line 103 of file m_bootup.c.
Referenced by main().