# Test our C callback module

from callback import *

def bar():
	print "I'm a python function"

my_set_callback(bar)           # Register the Python function with C
test()                         # Test the C function




syntax highlighted by Code2HTML, v. 0.9.1