Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


mtype()                  General Function                 mtype()




Return symbolic machine type

#include <mtype.h>
char *mtype(type)
int type;

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 PDP-11.

***** 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


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026