Loading...
Searching...
No Matches
fdb_cfg.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020, Armink, <armink.ztl@gmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#pragma once
8
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
21#ifndef FDB_DEBUG_ENABLE
22#define FDB_PRINT(...)
23#endif
24
25#ifdef __cplusplus
26}
27#endif