blob: 266b6817b641429276e20a7e60be5e72d7d36874 [file] [log] [blame] [edit]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
extern const uint32_t FIRST;
extern const uint32_t RENAMED;
void first(void);
void renamed(void);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus