mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
add: placeholders and TODOs for help prompt
- help prompt to be included as hex from troff
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/*TODO:
|
||||
#include hex from troff file (parsed or unparsed)
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> //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);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user