hc
2023-11-30 6c9be420e167ee7ce45c0309586f09ddab28ac15
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 */