1 2 3 4 5 6 7 8
#ifndef FPM_H #define FPM_H void fpm_init(void); void fpm_print_config(void); #endif /* FPM_H */