Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

assert_pp.c File Reference


Detailed Description

Implementations of the functions in assert_pp.h.

Definition in file assert_pp.c.

Include dependency graph for assert_pp.c:

Include dependency graph

Go to the source code of this file.

Functions

int pp_failed (char *file, unsigned int line, const char *func, char *type, char *expr)
 The routine which prints failure messages and aborts the program.


Function Documentation

int pp_failed char *  file,
unsigned int  line,
const char *  func,
char *  type,
char *  expr
 

The routine which prints failure messages and aborts the program.

Defined in misc/src/assert_pp.c.

Parameters:
file The file name containing the condition.
line The line number containing the condition.
func The name of the function containing the condition.
type Type of condition.
expr The stringified expression that failed.
Returns:
Doesn't.

Definition at line 23 of file assert_pp.c.


Generated on Fri Oct 22 07:50:26 2004 for CPU Broker by  doxygen 1.3.9.1