_rmdir.c

Go to the documentation of this file.
00001 #include <lib.h>
00002 #define rmdir   _rmdir
00003 #include <unistd.h>
00004 
00005 PUBLIC int rmdir(name)
00006 _CONST char *name;
00007 {
00008   message m;
00009 
00010   _loadname(name, &m);
00011   return(_syscall(FS, RMDIR, &m));
00012 }

Generated on Fri Apr 14 22:57:27 2006 for minix by  doxygen 1.4.6