view src/ploki/hang.h @ 9007:35266ecea1ac

<oerjan> ` mv bin/d{ow,wa}g
author HackBot
date Mon, 05 Sep 2016 03:40:01 +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_ */