Move the ask name code into its own function and file

This commit is contained in:
DeOwl
2026-09-09 16:47:55 +03:00
parent c07b87f2c2
commit 6b91325623
3 changed files with 13 additions and 6 deletions

1
askname.h Normal file
View File

@@ -0,0 +1 @@
void askname(char *first, char *last);