13 lines
223 B
C
13 lines
223 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
#include "print.h"
|
|
#include "kbd.h"
|
|
#include "v86defs.h"
|
|
#include "helper.h"
|
|
#include "file.h"
|
|
|
|
void HexEditor(char *path);
|
|
void TextViewTest(char *path);
|
|
void ProgramLoadTest(char *path);
|