aboutsummaryrefslogtreecommitdiffstats
path: root/include/locusts.h
blob: d2ca89382eed132ced1e854b240a8a629c5c2d68 (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