##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-07/03:09-0400 ##+ # # getpw.icn, display passwd records. # link fullimag, ximage procedure main() limiter := 0 write(ximage(getpw("nobody"))) # not showing this data #while write(fullimage(getpw())) end