comparison kernel/src/archinterface.c3 @ 377:9667d78ba79e

Switched to xml for project description
author Windel Bouwman
date Fri, 11 Apr 2014 15:47:50 +0200
parents
children
comparison
equal deleted inserted replaced
376:1e951e71d3f1 377:9667d78ba79e
1
2 module arch;
3
4 function void init();
5
6 function void putc(int c);
7
8 function void halt();
9