Where is "open" in "core.sys.linux.unistd"?

rempas rempas at tutanota.com
Fri Jul 9 14:51:13 UTC 2021


The file can be found quickly 
[here](https://github.com/dlang/druntime/blob/master/src/core/sys/posix/unistd.d) or in your system if you want. Now the question is, why isn't there an "open" function for the equivalent system call? "close", "write", "read" etc. all exist. Anyone knows what's going on with open?


More information about the Digitalmars-d-learn mailing list