##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: November, 2016 # Modified: 2016-11-28/14:33-0500 ##+ # # setgid.icn, change the current group identity # link ximage procedure main() # set group to a safe group for demonstration write(ximage(setgid(getgr("btiffin").gid))) write(getgid()) end