view user/lib.c3 @ 354:5477e499b039

Added some sort of string functionality
author Windel Bouwman
date Thu, 13 Mar 2014 18:59:06 +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);
}