#include <stdio.h>#include "output.h"Include dependency graph for output.C:

Go to the source code of this file.
Functions | |
| void | Fatal (char *message) |
|
|
Definition at line 5 of file output.C. Referenced by mem_pool< big_block_pool, MAX_POOLS >::get_new_pool(), mem_pool< big_block_pool, MAX_POOLS >::GetMem(), and mem_pool< big_block_pool, MAX_POOLS >::release_pool().
00006 {
00007 fprintf(stderr, message );
00008 }
|
1.3.3