mmttyyppee() -- General Function (libc)

Return symbolic machine type
#iinncclluuddee <mmttyyppee.hh>
cchhaarr *mmttyyppee(_t_y_p_e)
iinntt _t_y_p_e;

mmttyyppee() takes an  integer machine _t_y_p_e and returns the  address of a string
that contains  the symbolic name  of the machine.  The  header file mmttyyppee.hh
defines the possible machine types.  For example,

    mtype(M_PDP11)

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

_F_i_l_e_s
<mmttyyppee.hh>

_S_e_e _A_l_s_o
lliibbcc

_D_i_a_g_n_o_s_t_i_c_s
mmttyyppee()  returns NULL  to indicate  that it doesn't  recognize the  type of
machine requested.
