Openholo
v4.2
Open Source Digital Holographic Library
sys.h
Go to the documentation of this file.
1
#ifndef __sys_h
2
#define __sys_h
3
#ifdef _MSC_VER
4
#include <windows.h>
5
#include <conio.h>
6
7
8
#define LOG _cprintf
9
#elif __GNUC__
10
#include <unistd.h>
11
#include <stdio.h>
12
13
14
#define LOG printf
15
#endif
16
#endif
D:
Sources
Openholo
Openholo
Reference
include
sys.h
Generated by
1.8.14