Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

drive.c File Reference


Detailed Description

This file provides the main program that loads D.R.I.V.E.

libraries and research a tridimensional digraph inside the virtual environment given by an uncompressed VRML97 compliant source file.

#include "drive.h"
#include "mapper.c"

Include dependency graph for drive.c:

Include dependency graph

Functions

void SIGSEGV_handler (int signum)
 Signal handler for SIGSEGV.

int main (int argc, char **argv)
 The main function.


Function Documentation

int main int  argc,
char **  argv
 

The main function.

Parameters:
argc the number of arguments.
argv the arguments.
Returns:
exit with EXIT_SUCCESS if the program termination is correct. Otherwise exit with EXIT_FAILURE.

Here is the call graph for this function:

void SIGSEGV_handler int  signum  ) 
 

Signal handler for SIGSEGV.

Intercepts SIGSEGV signal and prints an error message on stderr with the current token parserd from the lexical analyzer and the line of the current file where it is placed. This function is enabled only if DEBUG_ON is defined.

Parameters:
signum the signal number.


SourceForge.net Logo

Generated on Mon Jun 14 17:25:56 2004 for D.R.I.V.E. by doxygen 1.3.7