htop/openbsd/OpenBSDCRT.h

14 lines
275 B
C
Raw Normal View History

#ifndef HEADER_OpenBSDCRT
#define HEADER_OpenBSDCRT
2015-09-18 04:46:48 +00:00
/*
htop - UnsupportedCRT.h
(C) 2014 Hisham H. Muhammad
(C) 2015 Michael McConville
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
void CRT_handleSIGSEGV(int sgn);
#endif