Toolkit Tutorial: Programming


  dt_Integer pcount ;

 
/* There are two oxygen-aromatic paths in hydroquinone. */
 
pcount = dt_count ( pathset , TYP_PATH );
 
printf ( "There are %d oxygen-aromatic atom paths in hydroquinone.\n" , pcount );