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