/* * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #include #include void* get_stack_frame(void) { // TODO: Implement! return NULL; }