Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

m_bootup.c File Reference

Functions to be called on system bootup and exit. More...

#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 ()


Detailed Description

Functions to be called on system bootup and exit.

Author:
Akinobu LEE
Date:
Fri Mar 18 16:21:28 2005
Revision
1.1.1.1

Definition in file m_bootup.c.


Function Documentation

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 68 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 95 of file m_bootup.c.

Referenced by main().


Generated on Tue Mar 28 16:01:53 2006 for Julius by  doxygen 1.4.2