From 60627eaa1789b921a3a5d3ca1dad22ce240f9fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:39:09 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20d'un=20nouvelles=20d=C3=A9clara?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/video.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/video.h b/include/video.h index c96e3a1..f6129fe 100644 --- a/include/video.h +++ b/include/video.h @@ -1,2 +1,4 @@ void showhex(u8 src); +void putchar(u8 thechar); void print(u8* string); +