Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from ctypes import *
  2. import os
  3. mylib = cdll.LoadLibrary('%s/loopcheck.so' % os.getcwd())
  4. res = mylib.loop(10000, 1000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement