summaryrefslogtreecommitdiff
path: root/src/bees.h
blob: 79246dc16e4f0e8014f571e715c1e13f5c022738 (plain)
1
2
3
4
5
6
#ifndef __BUGCHECK_H
#define __BUGCHECK_H

_Noreturn void bees(const char *error);

#endif