|
/* * Contact authors William Jolitz & Lynne Jolitz via the web. */
main(int ac, char **av) {
the_past();
the_present();
the_future();
what_the_world_did_with_it();
those_of_us_to_which_it_mattered();
frequently_asked();
/*
PORTING UNIX TO THE 386: A PRACTICAL APPROACH*/
links();
return(0);
}
|