view src/ploki/hang.h @ 12408:31f88d116b0f draft

<arseniiv> learn The password of the month is tempting in retrospect
author HackEso <hackeso@esolangs.org>
date Thu, 01 Jul 2021 07:33:49 +0100
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_ */