/****************************************************************************** * * Copyright (c) 2017-2019 by Löwenware Ltd * Please, refer LICENSE file for legal information * ******************************************************************************/ /** * @file types.h * @author Ilja Kartašov * @brief * * @see https://lowenware.com/ */ #ifndef TYPES_H_BC3DA9C0_C9EE_4853_B5F5_EAA4B801664C #define TYPES_H_BC3DA9C0_C9EE_4853_B5F5_EAA4B801664C #include #include typedef int RetCode; typedef unsigned int PID; #endif /* !TYPES_H */