view src/ploki/hang.h @ 10677:a9ec38941ec9

<rdococ> le//rn shortness//syn. "brevity"
author HackBot
date Sat, 15 Apr 2017 19:02:04 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef HANG_H_
#define HANG_H_

#include "config.h"

ATTR_NORETURN
void hang(void);

#endif /* HANG_H_ */