blob: dda929900b912ae3ca735db9ff482a8fe2160218 [file] [log] [blame]
import sys, os
# run pwuid_build first, then make sure the shared object is on sys.path
from _pwuid_cffi import ffi, lib
print ffi.string(lib.getpwuid(0).pw_name)