#ifndef EXEC_H #define exec_h #include "types.h" struct line runextension(struct line *data, char *filename, size_t n); #endif