/****************************************************************************** * * Copyright (c) 2017-2019 by Löwenware Ltd * Please, refer LICENSE file for legal information * ******************************************************************************/ /** * @file compose.h * @author Ilja Kartašov * @brief * * @see https://lowenware.com/ */ #ifndef COMPOSE_H_006245E9_DAFB_4160_AB48_2268FA6E0769 #define COMPOSE_H_006245E9_DAFB_4160_AB48_2268FA6E0769 int compose_execute(int argc, char **argv); #endif /* !COMPOSE_H */