view src/ploki/hang.h @ 12359:1d64b1d31b01 draft

<int-e> learn An opinion is but the first step towards a fully fledged flame war.
author HackEso <hackeso@esolangs.org>
date Wed, 23 Dec 2020 06:29:57 +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_ */