1 2 3 4 5 6 7
#include "apps_container_storage.h" AppsContainerStorage container; void ion_app() { container.run(); }