/************************************************************************/ /* Clear screen using library function */ /************************************************************************/ cls() { clear_screen(); /* Clear memory */ }