diff options
Diffstat (limited to 'cpurelax.c')
-rw-r--r-- | cpurelax.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cpurelax.c b/cpurelax.c deleted file mode 100644 index f2eacf0..0000000 --- a/cpurelax.c +++ /dev/null @@ -1,16 +0,0 @@ -#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; -} |