diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-17 10:23:52 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-17 10:23:52 -0400 |
commit | a550c7f22985048a0089a529ca89061ab80daff2 (patch) | |
tree | addafd909c8ba041cf293fd144e5c9891c8952c9 /include/process.h | |
parent | 6eadc6dd06dfd2fb1f61c4fd142811f10e4a4f51 (diff) | |
download | lat-a550c7f22985048a0089a529ca89061ab80daff2.tar.gz lat-a550c7f22985048a0089a529ca89061ab80daff2.zip |
Add optional processing stagev0.7.0
Diffstat (limited to 'include/process.h')
-rw-r--r-- | include/process.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |