Main Page
Namespaces
Classes
Files
File List
File Members
src
util
abort.cpp
Go to the documentation of this file.
1
// Simple executable which just aborts (used for testing the core dump feature)
2
// Author: Max Schwarz <max.schwarz@uni-bonn.de>
3
4
#include <cstdlib>
5
6
int
main
()
7
{
8
std::abort();
9
return
0;
10
}
main
int main()
Definition:
abort.cpp:6
rosmon_core
Author(s): Max Schwarz
autogenerated on Wed Jul 10 2019 03:10:12