1 2 3 4 5 6 7 8
#ifndef APOS_MAIN_H #define APOS_MAIN_H #include <apos/compiler_attributes.h> #define __main __section(".text.start") __noinline #endif /* APOS_MAIN_H */