#include "user.h" /** Reset the machine */ int main(int argc, char *argv[]) { printf("System resetting...\n"); reset(); return 0; }