view src/ploki/hang.h @ 4335:c3083517f99c

<int-e> revert
author HackBot
date Thu, 16 Jan 2014 23:12:02 +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_ */