cursor/adultDie.c
static RDM_RETCODE adultDie (RDM_CURSOR adult)
{
if (rc == sOKAY)
{
printf ("Adult passed away\n");
}
return rc;
}