tests/python/runtime.py
author lbessard
Wed, 08 Apr 2009 15:16:45 +0200
changeset 333 e90aebdd2af1
parent 291 701c0601db02
permissions -rw-r--r--
fixed wrong pthread initialisation
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg