Rolodex is a simple database program based on the Rolodex card files. It records names, addresses, phone numbers, and the like. Features: Auto-sorting. Entries are sorted on-the-fly. Simple data format. The data are stored in ASCII and can be edited with any text editor. Efficient data storage. All memory is dynamically allocated and freed. Clean, portable code. All code is 100% ANSI C. Contains excellent linked list examples. Author: George Leonidas Coulouris