#include "Core/precomp.h"#include <stdio.h>#include <stdlib.h>#include <iostream>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include "datafile_writer.h"Include dependency graph for datafile_writer.cpp:

Go to the source code of this file.
Defines | |
| #define | OPEN_FLAGS O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH |
|
|
Definition at line 30 of file datafile_writer.cpp. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001