view kernel/src/archinterface.c3 @ 399:a7c444404df9

Fix hexwrite
author Windel Bouwman
date Fri, 20 Jun 2014 16:36:49 +0200
parents 9667d78ba79e
children
line wrap: on
line source


module arch;

function void init();

function void putc(int c);

function void halt();