

mtype()                  General Function                 mtype()




Return symbolic machine type

#include <mtype.h>
cchhaarr *mmttyyppee(_t_y_p_e)
iinntt _t_y_p_e;

mtype takes an integer machine  type and returns the address of a
string  that contains  the  symbolic name  of  the machine.   The
header file mtype.h  defines the possible machine types.  For ex-
ample,


        mtype(M_PDP11)


returns the address of the string PPDDPP-1111.

***** Files *****

<mtype.h>

***** See Also *****

general functions, l.out.h, ld

***** Diagnostics *****

mtype returns NULL to indicate that it doesn't recognize the type
of machine requested.



























COHERENT Lexicon                                           Page 1


