view src/ploki/hang.h @ 9546:5850492cdbd6

<int-e> learn Keming is a text compression scheme popular in Word processors.
author HackBot
date Sun, 30 Oct 2016 11:20:08 +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_ */