view user/lib.c3 @ 324:ed6d0adaa626

Added qemu arm emulated image
author Windel Bouwman
date Fri, 31 Jan 2014 12:45:17 +0100
parents 084cccaa5deb
children 6ae782a085e0
line wrap: on
line source

module lib;
import ipc;

/*
Runtime library.

*/

function void print(int txt)
{
    // TODO
    var ipc.Msg msg;
    ipc.SendMessage(&msg);
}