|
|
1.1 root 1: /* Copyright (c) 1982 Regents of the University of California */
2:
3:
4: #include <ndir.h>
5:
6: /*
7: * close a directory.
8: */
9: void
10: closedir(dirp)
11: register DIR *dirp;
12: {
13: close(dirp->dd_fd);
14: free(dirp);
15: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.