hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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 */