Toolkit Tutorial: Programming


  dt_Handle molecule , pathset ;

 
/* The aromatic oxygen pattern and hydroquinone have
    matching paths. */

 
molecule = dt_smilin ( 12 , "Oc1ccc(O)cc1" );
 
pathset = dt_match ( pattern , molecule , 0 );