view src/ploki/hang.h @ 7730:ffd5668f73fd

<hppavilion[1]> ` echo "*grumbles something about a broken hacksaw*" >> share/maimery
author HackBot
date Wed, 04 May 2016 00:47:25 +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_ */