Toolkit Tutorial: Programming


  /* The atom refers to the molecule as its parent. */
 
if ( dt_parent ( atom ) == molecule )
   
printf ( "The parent of atom is the molecule.\n" );