view src/ploki/hang.c @ 9725:5748af3641d5

<oerjan> slwd welcome.eo//s,http.*age,<http://esolangs.org/>,
author HackBot
date Fri, 18 Nov 2016 16:15:15 +0000
parents ac0403686959
children
line wrap: on
line source

#include "config.h"
#include "hang.h"

#if HAVE_SLEEP_P
	#include SLEEP_HEADER
#endif

void hang(void) {
	for (;;) {
		DO_SLEEP;
	}
}