The Sleuth Kit
4.11.1
|
Basic stack structure to push and pop (used for finding loops in recursion). More...
#include <tsk_base.h>
Public Attributes | |
size_t | len |
Number of entries in the stack. | |
size_t | top |
Index to the top stack entry. | |
uint64_t * | vals |
Array that contains the values in the stack. | |
Basic stack structure to push and pop (used for finding loops in recursion).
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.