From e85b4f424ed239452567dab15fef6a4ad93b1775 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Sun, 12 May 2024 09:30:24 -0500 Subject: Initial commit Signed-off-by: Matt Strapp --- include/locusts.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 include/locusts.h (limited to 'include') diff --git a/include/locusts.h b/include/locusts.h new file mode 100644 index 0000000..d2ca893 --- /dev/null +++ b/include/locusts.h @@ -0,0 +1,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 -- cgit v1.2.3