From a550c7f22985048a0089a529ca89061ab80daff2 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 17 Apr 2023 10:23:52 -0400 Subject: Add optional processing stage --- include/process.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/process.h (limited to 'include/process.h') diff --git a/include/process.h b/include/process.h new file mode 100644 index 0000000..29e066f --- /dev/null +++ b/include/process.h @@ -0,0 +1,9 @@ +#ifndef PROCESS_H +#define PROCESS_H +#include "types.h" + +void loadlines(struct filedata *f); + +char *linepad(int lc, int total); + +#endif -- cgit v1.2.3