mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-15 10:35:20 -08:00
Remove types.c/.h, use klibc headers, amend stdbool.h, reimplement cpuid()
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef PRINT_H
|
||||
#define PRINT_H
|
||||
|
||||
#include "types.h"
|
||||
#include <stdint.h>
|
||||
|
||||
void print_string(const char *str);
|
||||
void my_printf(const char *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user