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