//simple.h: #ifndef _LIBROARPULSE_SIMPLE_H_ #define _LIBROARPULSE_SIMPLE_H_ #include struct roarpulse_simple { int data_fh; }; #endif //ll