8619f89
1 2 3 4 5 6 7 8 9 10
#ifndef __LIB_H__ #define __LIB_H__ struct data { int x; }; extern struct data *data; #endif