摘要: 通过Python内建库ctypes调用C语言。 #!/usr/bin/python3 # file : bytes_test.py import ctypes as ct import os # 编译C程序为动态库 os.system("gcc -fpic -shared bytes_test.c 阅读全文
posted @ 2023-11-08 17:44 立秋了 阅读(38) 评论(0) 推荐(0) 编辑