[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: return multiple values from C
- From: Shea Martin <shea08@...>
- Date: Thu, 01 Feb 2007 16:47:39 -0400
in my c function (registered as foo) I push two numbers on the stack.
In my script, I have this:
x,y = foo()
but only x gets a value, y is set to nil. What am I doing wrong here?
Roberto's book does not really talk about embedding.
~S