view kernel/src/archinterface.c3 @ 385:d056b552d3f4

Made better use of layout
author Windel Bouwman
date Thu, 01 May 2014 14:03:12 +0200
parents 9667d78ba79e
children
line wrap: on
line source


module arch;

function void init();

function void putc(int c);

function void halt();