FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_msg.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright (c) 2019 FrontISTR Commons
3 * This software is released under the MIT License, see LICENSE.txt
4 *****************************************************************************/
5
6#ifndef HECMW_MSG_INCLUDED
7#define HECMW_MSG_INCLUDED
8
9#include "hecmw_msgno.h"
10
12 int msgno;
13 char *msgno_str;
14 char *msg;
15};
16
17extern struct hecmw_msgent hecmw_msg_table[];
18
19extern char *HECMW_strmsg(int msgno);
20
21extern int HECMW_is_syserr(int msgno);
22
23#endif
int HECMW_is_syserr(int msgno)
Definition: hecmw_msg.c:46
struct hecmw_msgent hecmw_msg_table[]
char * HECMW_strmsg(int msgno)
Definition: hecmw_msg.c:31
char * msg
Definition: hecmw_msg.h:14
char * msgno_str
Definition: hecmw_msg.h:13