lat/include/exec.h

7 lines
128 B
C
Raw Permalink Normal View History

2023-05-03 13:22:02 +00:00
#ifndef EXEC_H
#define exec_h
#include "types.h"
struct line runextension(struct line *data, char *filename, size_t n);
#endif