view src/ploki/hang.h @ 7887:69317c6e09f8

<shachaf> rm dog
author HackBot
date Fri, 06 May 2016 23:26: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_ */