bond/arch/brute.c

7 lines
63 B
C
Raw Normal View History

2019-11-28 18:02:52 +00:00
#include <arch/brute.h>
void arch_brute()
{
while(1) {}
}