#include "helper.h" int build_fpc() { V_printf("cool\n"); return 0; }; DECLARE_BUILD_STAGE(fpc, build_fpc);