
       void  lib_DriveFile(List  *fig_list, List *befig_list, char *file, char
       *delaytype);

DDEESSCCRRIIPPTTIIOONN
       Saves a list of blackboxed timing figures on disk,  in  a  single  _._l_i_b
       file

AARRGGUUMMEENNTTSS
       ffiigg__lliisstt      List  of  timing figures to print in the _._l_i_b file. For a
                     single timing figure, use a list of one element  (example
                     given below)

       bbeeffiigg__lliisstt    List  of  behavioral figures to associate with the timing
                     figures. There  should  be  a  one-to-one  correspondence
                     between  the  elements  in  _b_e_f_i_g___l_i_s_t  and _f_i_g___l_i_s_t, and
                     there should be the same number of elements  if  the  two
                     lists. Use _N_U_L_L to fill the gaps in _b_e_f_i_g___l_i_s_t.

       ffiillee          Name of the _._l_i_b file to create

       ddeellaayyttyyppee     Defines if the _c_e_l_l___r_i_s_e and _c_e_l_l___f_a_l_l timing groups will
                     have only maximum delays (_m_a_x), minimum delays  (_m_i_n)  or
                     both (_b_o_t_h).

       EEXXAAMMPPLLEE       _l_i_b___D_r_i_v_e_F_i_l_e _[_l_i_s_t _$_b_b_o_x_] _N_U_L_L _c_p_u_._l_i_b _m_a_x

