diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-19 11:53:16 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-19 11:53:16 +0530 |
commit | 7698d438f594665661edf90964f92591b7a29556 (patch) | |
tree | 7c92c3ff429c15a1b97ec13c125f1f32e8613f76 /include/template.h | |
parent | bfdbb1e1316225f5bff0309a1b9008dcff567cf5 (diff) |
(misc): modularize program
Diffstat (limited to 'include/template.h')
-rw-r--r-- | include/template.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/template.h b/include/template.h new file mode 100644 index 0000000..e29e6b5 --- /dev/null +++ b/include/template.h @@ -0,0 +1,6 @@ +#ifndef __TEMPLATE_H +#define __TEMPLATE_H + +void template_initialize(char **base_pre, char **base_post); + +#endif |