We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31a7bc commit 7c68568Copy full SHA for 7c68568
std/stdio.d
@@ -813,8 +813,9 @@ The mode must be compatible with the mode of the file descriptor.
813
Throws: `ErrnoException` in case of error.
814
Params:
815
fd = File descriptor to associate with this `File`.
816
- stdioOpenmode = Mode to associate with this File. The mode has the same semantics
817
- semantics as in the C standard library $(CSTDIO fdopen) function,
+ stdioOpenmode = Mode to associate with this File. The mode has the same
+ semantics as in the POSIX library function $(HTTP
818
+ pubs.opengroup.org/onlinepubs/7908799/xsh/fdopen.html, fdopen)
819
and must be compatible with `fd`.
820
*/
821
void fdopen(int fd, scope const(char)[] stdioOpenmode = "rb") @safe
0 commit comments