hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2019 Fuzhou Rockchip Electronics Co., Ltd. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef __MINILOG_BACKTRACE_H
#define __MINILOG_BACKTRACE_H
 
#ifdef __cplusplus
extern "C" {
#endif
 
void show_backtrace();
 
#ifdef __cplusplus
}
#endif
 
#endif /* __MINILOG_BACKTRACE_H */