// MIT License, Copyright (c) 2021 Marvin Borner #ifndef IMPL_ALL_H #define IMPL_ALL_H #include #include u8 impl_detect(struct config_entry *cfg); void impl_exec(struct config_entry *cfg); #endif