#include <stdio.h>
#include "assert.h"
Include dependency graph for cmn.h:
Go to the source code of this file.
Defines | |
#define | FALSE 0 |
#define | NULL (void*)0 |
#define | TRUE 1 |
Functions | |
void | error_message (int error) |
Prints and error message corresponded to error code. | |
void | print_message (const char *msg) |
Prints a message. |
|
|
|
|
|
|
|
Prints and error message corresponded to error code.
|
|
Prints a message.
|