/* CSE 303, Spring 2009, Marty Stepp Header for part1.c. Included by part2.c. */ #ifndef _PART1_H #define _PART1_H void f1(void); #endif