#ifndef _UTILITY_H #define _UTILTIY_H // Function prototypes void dumpBytes(FILE * stream, unsigned char * startAddr, int numBytes); #endif