closeAppUsingExit function

void closeAppUsingExit()

Implementation

void closeAppUsingExit() {
  exit(0);
}