/*----- Header file for function: show_indexed_contents Name: Sharon M. Tuttle last modified: 4-24-07 -----*/ #ifndef SHOW_INDEXED_CONTENTS_H #define SHOW_INDEXED_CONTENTS_H void show_indexed_contents(double values[], int size); #endif