-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Copyright (C) 2022, 2024 mhahnFr.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".