
       void inf_MarkTransistor(char *name, char *marks);

DDEESSCCRRIIPPTTIIOONN
       Allows  application  of special transistor markings, such as latch com-
       mands identification.

AARRGGUUMMEENNTTSS
       nnaammee          Signal's name

       mmaarrkkss         Legal  markings  are  "Bleeder",  "Feedback",  "Command",
                     "NonFunctional",  "Blocker", "Short", "Unused". Types may
                     be concatenated with the  '+'  character  and  are  case-
                     insensitive.  For a description of the types please refer
                     to the INF section of this manual, MARKTRANS  subsection.

       EEXXAAMMPPLLEE       _i_n_f___M_a_r_k_T_r_a_n_s _m_0 _"_F_E_E_D_B_A_C_K_+_N_O_T___F_U_N_C_T_I_O_N_A_L_"

