#include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <time.h> int main(int argc, char *argv[]) { while(1){ cpu_relax(); } return 0; }