add directory Minix

This commit is contained in:
gohigh
2024-02-19 00:21:39 -05:00
parent 56596ada90
commit 5a46ddb732
2923 changed files with 1764412 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Name: write - write to a file
Syntax: int write (int fildes, char *buf, int nbyte)
Description:
Write to a file.
See Also:
creat(2), dup(2), fcntl(2), ioctl(2), open(2), pipe(2).
Bugs:
This description could be slightly longer.