#ifndef __UI_H__ #define __UI_H__ void initUILog(); void addToLog(char*); void displayUI(); void setStartTime(char*); #endif