You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|