view src/ploki/hang.c @ 8823:5738d14f4720

<int-e> le/rn tgtgtgtg/This gizmo talks gibberish too garbled to grasp.
author HackBot
date Sat, 16 Jul 2016 19:16:54 +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;
	}
}