Admin Panel

#include <unistd.h>

unsigned int alarm(unsigned int seconds) {
  return 0;
}