1 2 3 4 5 6 7 8 9 10
#ifndef MAIN_H #define MAIN_H #include "dev.h" extern int main ( void ); extern struct dev dev; #endif /* MAIN_H */