Files
pyinstaller/buildtests/test15a.py
T

8 lines
122 B
Python

#!/usr/bin/env python
from ctypes import *
def dummy(arg):
tct = CDLL("testctypes.dylib")
return tct.dummy(arg)