blob: 49ff655a2eb0f564b2394936c0596671160068d4 [file] [log] [blame]
#ifndef GEN_SECTION_GENERIC_H
#define GEN_SECTION_GENERIC_H
#include <stdlib.h>
size_t generate_section_generic(void** location);
#endif