limparPrint function

void limparPrint()

Implementation

void limparPrint() {
  print("\x1B[2J\x1B[0;0H");
}