ROSE/include/tests.h

9 lines
131 B
C

#pragma once
#include "print.h"
#include "interrupt.h"
#include "v86defs.h"
#include "kbd.h"
#include "helper.h"
void RunTests();