19 lines
261 B
C
19 lines
261 B
C
#ifndef COLLECTIONS_H
|
|
#define COLLECTIONS_H
|
|
|
|
/* This generated file contains includes for project dependencies */
|
|
#include <collections/bake_config.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void install_test_abort(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|