nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nds_log.h
Go to the documentation of this file.
1 /* -*- tab-width:8 c-basic-offset:4 indent-tabs-mode:nil -*- */
2 /* set vi: ts=8:softtabstop=4,shiftwidth=4,expandtab */
3 
4 #ifndef NDS_LOG_H
5 #define NDS_LOG_H
6 
7 #ifndef DLL_EXPORT
8 #if defined _WIN32 || defined _WIN64
9 #define DLL_EXPORT __declspec( dllexport )
10 #else
11 #define DLL_EXPORT
12 #endif /* WIN32 || WIN64 */
13 #endif /* DLL_EXPORT */
14 
15 DLL_EXPORT void nds_flush( );
16 
17 DLL_EXPORT void nds_log( const char* Message );
18 
19 #endif /* NDS_LOG_H */
#define DLL_EXPORT
Definition: nds_log.h:11
void nds_flush()
Definition: nds_log.c:14
void nds_log(const char *Message)
Definition: nds_log.c:20