1 2 3 4 5 6 7 8 9 10
#include <Elementary.h> #include "ecmake.h" EAPI_MAIN int elm_main(int argc, char **argv) { return hello_world(); } ELM_MAIN()