IMPORT_C int open(const char *, int,...);
Description
Opens the file which name is stored in the file string.
Parameters
Return value
int |
On Success, a non-negative integer representing the lowest numbered unused file descriptor. On Failure, returns -1, errno may be set. |
|