Skip to content

callstack_create.h

mhahnFr edited this page Feb 20, 2024 · 1 revision

This header defines a function usually not necessary for users of the CallstackLibrary.

void callstack_create(struct callstack* self)

Initializes the given callstack object without creating a stack trace.

Clone this wiki locally