/* * Project 3 - Shared memory and semaphores. * Dr. Silaghi's Operating System Concepts. * main.h - Header for main.c. * By Michael Rywalt - 2569 */ #ifndef _MAIN_H_ #define _MAIN_H_ /* Tell common lib to build with daemon-specific definitions. */ #define PROJECT_DAEMON #include "daemon.h" #include "counter.h" #include "../Common/common.h" #endif /* _MAIN_H_ */