Begging of the menu

This commit is contained in:
2025-02-26 21:31:06 +00:00
parent e933eec9d4
commit afce4819d1
5 changed files with 52 additions and 22 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ char *prompNormalRequest(char *message)
temp = size(temp, 256);
printf("%s\n", message);
printf("%s", message);
scanf("%s", temp);
return temp;