feat: ajout d'un nouvelles déclaration

This commit is contained in:
Nicolas Hordé 2007-04-02 13:39:09 +00:00
parent c2f0c96afe
commit 60627eaa17
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
void showhex(u8 src); void showhex(u8 src);
void putchar(u8 thechar);
void print(u8* string); void print(u8* string);