#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.
      
  | 
  
| 
 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().  | 
  
      
  | 
  
| 
 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 68 of file m_bootup.c. Referenced by 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 95 of file m_bootup.c. Referenced by main().  | 
  
 1.4.2