##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-08/18:00-0400 ##+ # # lstat.icn, File status information, does not follow symbolic links. # link ximage procedure main() fn := "/usr/bin/cc" write("lstat(", fn, "): ", ximage(lstat(fn))) end