12 lines
170 B
C
12 lines
170 B
C
|
#pragma once
|
||
|
|
||
|
#include "sched.h"
|
||
|
|
||
|
#include <assert.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <time.h>
|
||
|
#include <unistd.h>
|
||
|
|
||
|
int benchmark(int argc, char **argv);
|