view user/lib.c3 @ 326:2fa27c44e3c9

Changed hasbang
author Windel Bouwman
date Sat, 01 Feb 2014 16:54:33 +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);
}