1: lseek(fd, off, ptr)
   2: int fd, ptr;
   3: long off;
   4: {
   5:     unsigned a;
   6: 
   7:     a = off;
   8: 
   9:     if (a == off)
  10:         return (syscall(19, fd, 0, a, ptr, 0));
  11:     a = off/512;
  12:     syscall(19, fd, 0, a, ptr+3, 0);
  13:     return(syscall(19, fd, 0, (int) (off%512), ptr, 0));
  14: }

Defined functions

lseek defined in line 1; never used
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 332
Valid CSS Valid XHTML 1.0 Strict