Sync/include/kernel/utils.h
2019-04-03 09:51:46 +01:00

10 lines
203 B
C
Executable File

#pragma once
#include <stddef.h>
/* A temporary file, to get the system compiling. */
size_t strlen(const char*);
unsigned char inb(unsigned short);
void outb(unsigned short, unsigned char);