view src/ploki/hang.h @ 7539:bcf92ec21831

<Melvar> ` mv jq-linux64 bin/jq
author HackBot
date Tue, 26 Apr 2016 15:06:10 +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_ */