view src/ploki/hang.h @ 9687:d925a0bb792b

<shachaf> sled bin/hlnp//s#194#195 | 194#
author HackBot
date Mon, 14 Nov 2016 22:26:09 +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_ */