Hi,
Thanks for suggestions.
So right now I got stuck on the ccall.
I'm passing to getpwuid a uid (which seems to work) but returns a passwd struct.
How can I extract fields of a C struct in Julia?


passwd = ccall( (:getpwuid, "libc"), Ptr{Void}, (Ptr{Uint8},), stat(ddd).uid  )

Thanks,
kuba

Reply via email to