Skip to content

Commit 0c1e5bf

Browse files
author
lezhou8
committed
chinese
1 parent a051fd5 commit 0c1e5bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ls_aaaaaAaaa.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define CYAN "\x1b[36m"
1616
#define RESET "\x1b[0m"
1717

18-
// #define 正在 while
18+
#define 正在 while
1919
#define 回答 return
2020
#define for
2121
#define 主要 main
@@ -42,7 +42,7 @@ void print_help();
4242
srand(time(NULL));
4343
options_t options = {false, false, false};
4444
数字 val = 0;
45-
while ((val = getopt(argc, argv, "dhca")) != -1) {
45+
正在 ((val = getopt(argc, argv, "dhca")) != -1) {
4646
开关 (val) {
4747
箱子 'd':
4848
options.delete = true;
@@ -69,7 +69,7 @@ void print_help();
6969
}
7070

7171
// read through them
72-
while ((dir_entry = readdir(dir)) != NULL) {
72+
正在 ((dir_entry = readdir(dir)) != NULL) {
7373
如果 ((dir_entry->d_name[0] == '.') && (options.show_hidden == false)) {
7474
continue;
7575
}

0 commit comments

Comments
 (0)