Sha256: d61907fc6e9749ec56b732b798ab8c409ae23ea859f791526897a27a04f43ad1

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

/** @file */
#ifndef LOCUSTS_H
#define LOCUSTS_H

#ifdef __cplusplus
extern "C" {
#endif

/**
 * @brief Add locusts to your codebase.
 *
 *  Note that locusts are not included with this package,
 * you must provide your own.
 */
void introduce_locusts(void);

#ifdef __cplusplus
}
#endif

#endif /* LOCUSTS_H */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locusts-0.0.1 include/locusts.h
locusts-0.0.0 include/locusts.h