view src/ploki/hang.c @ 5442:0680050a15e6

<oerjan> ` sed -i \'s/on .*/on EFnet or DALnet./\' wisdom/esoteric
author HackBot
date Sun, 07 Jun 2015 03:44: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;
	}
}