stacktrace.h 263 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
  3. * License: https://github.com/taylor001/crown/blob/master/LICENSE
  4. */
  5. #pragma once
  6. namespace crown
  7. {
  8. /// Prints the current call stack.
  9. void print_callstack();
  10. } // namespace crown