htop/openbsd/OpenBSDCRT.h

16 lines
306 B
C
Raw Normal View History

#ifndef HEADER_OpenBSDCRT
#define HEADER_OpenBSDCRT
2015-09-18 00:46:48 -04:00
/*
2020-09-08 14:28:15 +02:00
htop - OpenBSDCRT.h
2015-09-18 00:46:48 -04:00
(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.
*/
2020-09-08 14:28:15 +02:00
#include "Macros.h"
void CRT_handleSIGSEGV(int sgn) ATTR_NORETURN;
2015-09-18 00:46:48 -04:00
#endif