aboutsummaryrefslogtreecommitdiffstats
path: root/include/locusts.h
blob: 7d035398a1d416fc99240fa0a046355239297c5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef LOCUSTS_H
#define LOCUSTS_H

#ifdef __cplusplus
extern "C" {
#endif

/*
Introduces locusts into your codebase.

Note: locusts are not included with installing this library. Please source your
own.
*/
void introduce_locusts(void) { return; }

#ifdef __cplusplus
}
#endif

#endif /* LOCUSTS_H */