Mercurial > lcfOS
view user/lib.c3 @ 323:e9fe6988497c
Used burg for generating expressions
author | Windel Bouwman |
---|---|
date | Thu, 30 Jan 2014 19:03:24 +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); }