flandre/test/so.py

7 lines
154 B
Python
Raw Normal View History

2025-02-18 23:31:44 +08:00
from ctypes import CDLL
if __name__ == '__main__':
# libc = CDLL("libnvrtc.alt.so.12")
libc = CDLL("libnvrtc.so.12")
# print(libc.__dir__())