view src/ploki/hang.h @ 11051:a214b879f7f9

<__kerbal__> learn In CCCP, esolangs create YOU!
author HackBot
date Wed, 28 Jun 2017 23:58:29 +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_ */