added stacktrace
[nao-ulib.git] / src / stacktrace.h
blob88d32344ca129e3eadbcc2d83b3c4357c63fc794
1 /*
2 * nao-ulib
3 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>
4 * Subject to the GPL.
5 * Nao-Team HTWK,
6 * Faculty of Computer Science, Mathematics and Natural Sciences,
7 * Leipzig University of Applied Sciences (HTWK Leipzig)
8 */
10 #ifndef STACKTRACE_H
11 #define STACKTRACE_H
13 extern void stacktrace(void);
15 #endif /* STACKTRACE_H */