Обновить cv1/program.c
This commit is contained in:
parent
2f74cf522a
commit
69a58b6cbd
@ -1,7 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <windows.h>
|
|
||||||
|
|
||||||
void normalize(char *str) {
|
void normalize(char *str) {
|
||||||
for (int i = 0; str[i] != '\0'; i++) {
|
for (int i = 0; str[i] != '\0'; i++) {
|
||||||
@ -22,7 +21,6 @@ void normalize(char *str) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
SetConsoleOutputCP(CP_UTF8);
|
|
||||||
char search[100];
|
char search[100];
|
||||||
char item_name[100];
|
char item_name[100];
|
||||||
char price[10];
|
char price[10];
|
||||||
|
Loading…
Reference in New Issue
Block a user