Library /sys$common/syshlp/helplib.hlb — CRTL close Example
#include <unistd.h> int fd; . . . fd = open ("student.dat", 1); . . . close(fd);
Close
Help