stacker 0.1.4

A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack.
Documentation
1
2
3
4
5
#include <windows.h>

PVOID __stacker_get_current_fiber() {
    return GetCurrentFiber();
}