Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0x211 committed Mar 27, 2024
1 parent d029ee7 commit fe5f675
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ the following functions return the `error` object created by https://github.com/

create a new reader instance that reads data from a file or file descriptor.

**NOTE**

this function uses the `dup` system call internally to duplicate a file descriptor. thus, data can be read from a file even if the passed file is closed.

**Parameters**

- `f:file*|string|integer`: file, filename or file descriptor.
Expand Down

0 comments on commit fe5f675

Please sign in to comment.