00001 #ifndef CPP_H 00002 #define CPP_H 00003 00004 void displayMemory(); 00005 int freeMemory(); 00006 00007 #endif