version 1.3, 2025/03/09 19:50:47
|
version 1.4, 2025/04/13 04:22:43
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.4 2025/04/13 04:22:43 snw |
|
* Fix snprintf calls |
|
* |
* Revision 1.3 2025/03/09 19:50:47 snw |
* Revision 1.3 2025/03/09 19:50:47 snw |
* Second phase of REUSE compliance and header reformat |
* Second phase of REUSE compliance and header reformat |
* |
* |
Line 35
|
Line 38
|
#ifndef _MERR_H |
#ifndef _MERR_H |
# define _MERR_H |
# define _MERR_H |
|
|
|
#define MERR_COD_LENGTH 256 |
|
|
/* error codes */ |
/* error codes */ |
#define OK 0 |
#define OK 0 |
#define INRPT 1 |
#define INRPT 1 |