view user/lib.c3 @ 385:d056b552d3f4

Made better use of layout
author Windel Bouwman
date Thu, 01 May 2014 14:03:12 +0200
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);
}