/* monitor.h
 * PSR 3shm assignment
 * DO NOT MODIFY
 */

#ifndef PSR3SHM_MONITOR_H
#define PSR3SHM_MONITOR_H

/* init_shm, etc. */
#include "shm.h"

/*
 * main()
 *
 *  Entry point function for the Real Time Process.
 */
int main(int argc, char** argv);

#endif