#include <fcntl.h> int open64(const char *path, int oflag, . . .);Service Program Name: QP0LLIB1
The open64() function, similar to the open() function, opens a file and returns a number called a file descriptor. open64() differs from open() in that it automatically opens the file with the O_LARGEFILE flag set. For a further description of the open flags, see Using the oflag Parameter in the open() API.
For a discussion of the parameters, authorities required, return values, related information, and examples for the open() and open64() APIs, see open()--Open File.
See QlgOpen64()--Open File (Large File Enabled) for a description and an example of supplying the path in any CCSID.
Top | UNIX-Type APIs | APIs by category |