Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tests/load_test/async_c/src/utils.h
Go to the documentation of this file.
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 
7 /*
8  * File: utils.h
9  * Author: k_scherba
10  *
11  * Created on August 1, 2018, 5:25 PM
12  */
13 
14 #ifndef THIS_UTILS_H
15 #define THIS_UTILS_H
16 
17 #define showMessage(msg) teo_printf(NULL, DEBUG, "%s", std::string(msg).c_str())
18 
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif /* THIS_UTILS_H */
30