Mercurial > lcfOS
view user/lib.c3 @ 328:0bb16d2a5699
Added cool sphinx plugin for creation of unittest result table
author | Windel Bouwman |
---|---|
date | Tue, 04 Feb 2014 09:01:11 +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); }