ffi.set_source( "_example", # This is the name of the import that this will build. """ #include <stdio.h> """ ) if __name__ == '__main__': ...
確定! 回上一頁