SUBROUTINE M3MESG( MESGTXT ) CHARACTER*(*) MESGTXT ! caller-supplied message
m3mesgc() is a C wrapper calling the Fortran M3MESG()
void m3mesgc( const char * mesgtxt ) ;
OpenMP thread-safe (when compiled with OpenMP enabled).
See also M3ERR() and m3errc() , M3EXIT() and m3exitc() , and M3WARN() and m3warnc() .
#include "iodecl3.h"
if called from C.
... CALL M3MESG( 'Here is a message' ) ; ...
... #include "iodecl3.h" ... m3mesgc( "Here is a message" ) ; ...
To: Models-3/EDSS I/O API: The Help Pages