1 2 3 4 5 6 7 8 9 10 11 12 13
#include <stdlib.h> #include <stdio.h> #include <stdbool.h> #include <kconfig/lkc.h> #include <build_files.h> #include "symlist.h" #ifndef _SOLUTION_H_ #define _SOLUTION_H_ void solution_set(struct symlist *sl, FILE * f); #endif /* _SOLUTION_H_ */