Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

datafile_writer.cpp File Reference

#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:

Include dependency graph

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


Define Documentation

#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.


Generated at Wed Apr 4 19:54:35 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001