From 78cf1cd54a37aa24d205de61f9d1dc5b773ef34f Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Thu, 8 Apr 2021 02:11:08 +0530 Subject: [PATCH] add: placeholders and TODOs for help prompt - help prompt to be included as hex from troff --- src/main.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index ec884b2..fe49a1a 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,6 @@ +/*TODO: +#include hex from troff file (parsed or unparsed) +*/ #include #include //remove if alt to `malloc` + clone found @@ -25,7 +28,11 @@ char **argv; void print_usage(){ printf("HELP MENU PRINTED"); - // JK. make a help menu + /*TODO: + //print hex array included at ln1 + // `stdouterr_1` is the *likely* name of the variable holding the hex + printf("%s", stdouterr_1); + */ }