ZOVboot/limine/common/lib/trace.h
2026-03-13 14:19:46 +00:00

8 lines
117 B
C

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