Toolkit Tutorial: Programming


  /* The pathset refers to the molecule as its base. */
 
if ( dt_base ( pathset ) == molecule )
   
printf ( "You can access the molecule through the pathset.\n" );