brender-v1.3.2/tools/trackmem/calltrak.h
2022-05-03 13:10:51 -07:00

7 lines
183 B
C

/*
* Keeps a call trace via the __PRO and _EPI hooks
*/
extern void *_FunctionStack[];
extern int _FunctionDepth;
int CallTrace(void *stack[], int depth, char *buffer, int limit);