flandre/test/so.py
2025-02-18 23:31:44 +08:00

7 lines
154 B
Python

from ctypes import CDLL
if __name__ == '__main__':
# libc = CDLL("libnvrtc.alt.so.12")
libc = CDLL("libnvrtc.so.12")
# print(libc.__dir__())