LiteSQL
include
litesql
utils.hpp
Go to the documentation of this file.
1
/* LiteSQL
2
*
3
* The list of contributors at http://litesql.sf.net/
4
*
5
* See LICENSE for copyright information. */
6
9
#ifndef litesql_utils_hpp
10
#define litesql_utils_hpp
11
12
#define UNUSED_ARG(arg)
/*arg*/
13
14
#endif