SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
stdlib.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __STDLIB_H__
4#define __STDLIB_H__
5
24int backtrace(char *PC, long *SP, char *LR);
25
40int dump_stack(void);
41
42#endif// __STDLIB_H__
int backtrace(char *PC, long *SP, char *LR)
Perform a backtrace to find the call stack.
Definition backtrace.c:1168
int dump_stack(void)
Dumps the current stack state and performs a backtrace.
Definition backtrace.c:1219