view src/ploki/hang.c @ 7628:8fb52814078e

<prooftechnique> learn Insurance is a closed loop.
author HackBot
date Fri, 29 Apr 2016 18:41:46 +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;
	}
}