|
Last change
on this file since 3743 was 3708, checked in by Bruno Cornec, 8 years ago |
|
daptation for gcc 5 (inline funcs mngt)
|
-
Property svn:eol-style
set to
native
|
|
File size:
375 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * $Id$
|
|---|
| 3 | *
|
|---|
| 4 | * Header file of mr_err: a set of function manipulating errors
|
|---|
| 5 | * Provided under the GPL v2
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #ifndef MR_ERR_H
|
|---|
| 9 | #define MR_ERR_H
|
|---|
| 10 |
|
|---|
| 11 | #include "mr_msg.h"
|
|---|
| 12 | #include "mr_std.h"
|
|---|
| 13 |
|
|---|
| 14 | /* functions (public methods) */
|
|---|
| 15 |
|
|---|
| 16 | MR_EXTERN void mr_exit(int errorcode, const char *message);
|
|---|
| 17 | #define mr_log_exit(x,y) {mr_msg(0,y); mr_exit(x, y);}
|
|---|
| 18 |
|
|---|
| 19 | #endif /* MR_ERR_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.