changeset 2:24fc70a8df95

terstlib.lua
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 01 Feb 2013 16:46:21 +0900
parents e12fbdb2eac2
children 30b09b383f4e
files c/testlib.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/c/testlib.lua	Fri Feb 01 16:45:49 2013 +0900
+++ b/c/testlib.lua	Fri Feb 01 16:46:21 2013 +0900
@@ -1,2 +1,5 @@
 function add(a,b) return a+b end
 
+function callCFunction()
+    funcC()
+end