add: placeholders and TODOs for help prompt

- help prompt to be included as hex from troff
This commit is contained in:
kevinnls
2021-04-08 02:11:08 +05:30
parent ef0b218c7e
commit 78cf1cd54a

View File

@@ -1,3 +1,6 @@
/*TODO:
#include hex from troff file (parsed or unparsed)
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> //remove if alt to `malloc` + clone found #include <stdlib.h> //remove if alt to `malloc` + clone found
@@ -25,7 +28,11 @@ char **argv;
void print_usage(){ void print_usage(){
printf("HELP MENU PRINTED"); 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);
*/
} }