Openholo  v2.1
Open Source Digital Holographic Library
sys.h File Reference
#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/types.h>
Include dependency graph for sys.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FLOG   fprintf
 

Functions

FILE * file_read_open (const WChar *fname)
 
FILE * file_write_open (const WChar *fname)
 
FILE * file_read_open (const WChar *fname, const WChar *mode)
 
FILE * file_write_open (const WChar *fname, const WChar *mode)
 
WChar * string_cpy (WChar *dest, const WChar *src)
 
WChar * string_cat (WChar *dest, const WChar *src)
 
int string_cmp (const WChar *str1, const WChar *str2)
 

Macro Definition Documentation

◆ FLOG

#define FLOG   fprintf

Definition at line 73 of file sys.h.

Function Documentation

◆ file_read_open() [1/2]

FILE* file_read_open ( const WChar *  fname)

Definition at line 37 of file sys.cpp.

◆ file_read_open() [2/2]

FILE* file_read_open ( const WChar *  fname,
const WChar *  mode 
)

Definition at line 55 of file sys.cpp.

◆ file_write_open() [1/2]

FILE* file_write_open ( const WChar *  fname)

Definition at line 46 of file sys.cpp.

◆ file_write_open() [2/2]

FILE* file_write_open ( const WChar *  fname,
const WChar *  mode 
)

Definition at line 64 of file sys.cpp.

◆ string_cat()

WChar* string_cat ( WChar *  dest,
const WChar *  src 
)

Definition at line 82 of file sys.cpp.

◆ string_cmp()

int string_cmp ( const WChar *  str1,
const WChar *  str2 
)

Definition at line 91 of file sys.cpp.

◆ string_cpy()

WChar* string_cpy ( WChar *  dest,
const WChar *  src 
)

Definition at line 73 of file sys.cpp.