All things technology, including programming and methodologies.
from ctypes import cdll from ctypes import c_char_p from ctypes import c_float lib = cdll.LoadLibrary('libmylib.so') helloWorld = lib.MYLIB_helloWorld helloWorld()
No comments:
Post a Comment