home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / libsrc~1.z / libsrc~1 / chroot.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-28  |  104 b   |  9 lines

  1. #include "lib.h"
  2.  
  3. PUBLIC int chroot(name)
  4. _CONST char* name;
  5. {
  6.   return callm3(FS, CHROOT, 0, name);
  7.  
  8. }
  9.