view user/lib.c3 @ 311:ff665880a6b0

Added testcase for kernel and userspace
author Windel Bouwman
date Mon, 16 Dec 2013 12:49:24 +0100
parents c9781c73e7e2
children 04cf4d26a3bc
line wrap: on
line source

module lib;

/*
Runtime library.

*/

function void print(string txt)
{
    // TODO
}