2018-12-09 13:44:32 +01:00
|
|
|
/*******************************************************************************/
|
2018-12-14 01:06:37 +01:00
|
|
|
/* COS2000 - Compatible Operating System - LGPL v3 - Horde Nicolas */
|
2018-12-09 13:44:32 +01:00
|
|
|
/* */
|
|
|
|
|
|
|
|
#include "types.h";
|
|
|
|
|
2018-12-14 01:06:37 +01:00
|
|
|
u32 print(u8* string);
|
|
|
|
|