aboutsummaryrefslogtreecommitdiff
path: root/include/exec.h
blob: a761c3eb8096cb31b5e58d39741da0a04fbf2512 (plain)
1
2
3
4
5
6
#ifndef EXEC_H
#define exec_h
#include "types.h"

struct line runextension(struct line *data, char *filename, size_t n);
#endif