/** @file */ #ifndef LOCUSTS_H #define LOCUSTS_H #ifdef __cplusplus extern "C" { #endif /** * @brief Add locusts to your codebase. * * NOTE: Locusts are not included in this library. * You will have to provide your own. */ void introduce_locusts(void); #ifdef __cplusplus } #endif #endif /* LOCUSTS_H */