#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); #ifdef __cplusplus } #endif #endif /* LOCUSTS_H */