File: stack_dump.h

package info (click to toggle)
staden 2.0.0%2Bb11-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 21,556 kB
  • sloc: ansic: 240,603; tcl: 65,360; cpp: 12,854; makefile: 11,201; sh: 2,952; fortran: 2,033; perl: 63; awk: 46
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#ifndef _STACK_DUMP_H_
#define _STACK_DUMP_H_

void stack_trace(void);

#endif /* _STACK_DUMP_H_ */