yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6a50590393c52919af2705a35c0856f019e6abee
parent 27c248c9bba3fc6a204dd96c480a463a54de6a9c
Author: vx-clutch <[email protected]>
Date:   Wed, 12 Nov 2025 22:09:31 -0500

wip

Diffstat:
Minput.c | 2+-
Minput.h | 2+-
Mproj.c | 18++++++++++++------
3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/input.c b/input.c @@ -38,7 +38,7 @@ char *getstring(char *fmt, ...) { return buf; } -int yes_no_prompt(const char *fmt, ...) { +int yesno(char *fmt, ...) { char prompt[256]; va_list ap; diff --git a/input.h b/input.h @@ -4,6 +4,6 @@ enum { TRUE, FALSE, GUARANTEE }; char *getstring(char *fmt, ...); -int mlyesno(char *fmt, ...); +int yesno(char *fmt, ...); #endif /* INPUT_H_ */ diff --git a/proj.c b/proj.c @@ -73,12 +73,12 @@ int main(int argc, char **argv)\n\ }\n\ \n\ return 0;\n\ -}"); +}", src, author, src, src); ffwrite("README", "\ -+%%s+\n\ -| %%s |\n\ -+%%s+\n\ ++--------------------+\n\ +| %s/%s 1.0 |\n\ ++--------------------+\n\ \n\ %s\n\ \n\ @@ -126,8 +126,14 @@ more accurate attributions, if you desire.\n\ \n\ LAST MODIFED DATE\ ", - description, src, author, src, year, author, src, author, src, author, - description, src, author, VERSION); + src, author, + description, + src, author, + src, year, author, + src, author, + src, author, description, + src, author, + src, VERSION); return 0; }