diff user/lib.c3 @ 315:084cccaa5deb

Added console and screen
author Windel Bouwman
date Sat, 21 Dec 2013 10:03:01 +0100
parents 04cf4d26a3bc
children 6ae782a085e0
line wrap: on
line diff
--- a/user/lib.c3	Wed Dec 18 20:22:20 2013 +0100
+++ b/user/lib.c3	Sat Dec 21 10:03:01 2013 +0100
@@ -1,4 +1,5 @@
 module lib;
+import ipc;
 
 /*
 Runtime library.
@@ -8,6 +9,8 @@
 function void print(int txt)
 {
     // TODO
+    var ipc.Msg msg;
+    ipc.SendMessage(&msg);
 }