1 #ifndef DATA_H
 2 #define DATA_H
 3 #endif /* DATA_H */
 4
 5 void show_chars();
 6 void show_ints();
 7 void show_floats();
 8 void show_arrays();
 9 void show_cstrings();
10 void show_strings();
11