Products Support Documentation Download
print_error.h
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  *
3  * Raima Database Manager
4  *
5  * Copyright (c) 2019 Raima Inc., All rights reserved.
6  *
7  * Use of this software, whether in source code format, or in executable,
8  * binary object code form, is governed by the Raima LICENSE which
9  * is fully described in the LICENSE.TXT file, included within this
10  * distribution of files.
11  *
12  * ----------------------------------------------------------------------------
13  */
18 #include "rdmretcodetypes.h"
19 
34 #define print_error(rc) print_errorEx (rc, __FILE__, __LINE__)
35 
41 void print_errorEx (
42  RDM_RETCODE rc,
43  const char *file,
44  int line)
45  ;
46 
47 #pragma once