##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-11-02/18:44-0400 ##+ # # hardlink.icn, demonstrate the POSIX hard link() function # procedure main() hardlink("tt.src", "tt.link") end