Copyright Digital Equipment Corp. All rights reserved.

Example

       #include <unistd.h>

       int fd;
          .
          .
          .
       fd = open ("student.dat", 1);
          .
          .
          .
       close(fd);