FACT++  1.0
void did_exit ( Widget  w,
int *  tag,
unsigned long *  reason 
)

Definition at line 962 of file did.c.

References MAX_COLORS, and rgb_colors.

963 {
964  if(w){}
965  if(tag){}
966  if(reason){}
967  exit(0);
968 }