Files
Limine/common/lib/trace.h
cospplredman ba5c0004e6 fixed header guard names
made them more standard compliant
2024-03-20 03:06:55 +01:00

9 lines
117 B
C

#ifndef LIB__TRACE_H__
#define LIB__TRACE_H__
#include <stddef.h>
void print_stacktrace(size_t *base_ptr);
#endif