1 2 3 4 5 6 7 8 9 10 11 12
// MIT License, Copyright (c) 2021 Marvin Borner #ifndef IMPL_ALL_H #define IMPL_ALL_H #include <config.h> #include <def.h> u8 impl_detect(struct config_entry *cfg); void impl_exec(struct config_entry *cfg); #endif