-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
201 lines (201 loc) · 6.03 KB
/
.gitignore
File metadata and controls
201 lines (201 loc) · 6.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
*.sw*
*.o
*.copy*
_putchar.c
0x02-functions_nested_loops/1-main.c
0x02-functions_nested_loops/2-main.c
0x02-functions_nested_loops/3-main.c
0x02-functions_nested_loops/4-main.c
0x02-functions_nested_loops/5-main.c
0x02-functions_nested_loops/6-main.c
0x02-functions_nested_loops/7-main.c
0x02-functions_nested_loops/8-main.c
0x02-functions_nested_loops/9-main.c
0x02-functions_nested_loops/10-main.c
0x02-functions_nested_loops/11-main.c
0x03-debugging/2-main
0x03-debugging/2-main.c
0x03-debugging/3-convert_day.c
0x03-debugging/3-main_a
0x03-debugging/3-main_a.c
0x03-debugging/3-main_b
0x03-debugging/3-main_b.c
0x04-more_functions_nested_loops/0-main.c
0x04-more_functions_nested_loops/1-main.c
0x04-more_functions_nested_loops/2-main.c
0x04-more_functions_nested_loops/3-main.c
0x04-more_functions_nested_loops/4-main.c
0x04-more_functions_nested_loops/5-main.c
0x04-more_functions_nested_loops/6-main.c
0x04-more_functions_nested_loops/101-main.c
0x04-more_functions_nested_loops/7-main.c
0x04-more_functions_nested_loops/8-main.c
0x04-more_functions_nested_loops/10-main.c
0x05-pointers_arrays_strings/100-atoi
0x05-pointers_arrays_strings/100-main.c
0x02-functions_nested_loops/9-times_table.c
0x06-pointers_arrays_strings/0-main.c
0x06-pointers_arrays_strings/0-strcat
0x06-pointers_arrays_strings/1-main.c
0x06-pointers_arrays_strings/1-strncat
0x06-pointers_arrays_strings/2-main.c
0x06-pointers_arrays_strings/2-strncpy
0x06-pointers_arrays_strings/3-main.c
0x06-pointers_arrays_strings/3-strcmp
0x06-pointers_arrays_strings/3-strcmp.copy
0x06-pointers_arrays_strings/4-main.c
0x06-pointers_arrays_strings/4-rev_array
0x06-pointers_arrays_strings/5-main.c
0x06-pointers_arrays_strings/5-string_toupper
0x06-pointers_arrays_strings/6-main.c
0x06-pointers_arrays_strings/6-cap
0x06-pointers_arrays_strings/7-main.c
0x06-pointers_arrays_strings/7-1337
0x07-pointers_arrays_strings/0-main.c
0x07-pointers_arrays_strings/1-main.c
0x07-pointers_arrays_strings/2-main.c
0x07-pointers_arrays_strings/3-main.c
0x07-pointers_arrays_strings/4-main.c
0x07-pointers_arrays_strings/5-main.c
0x07-pointers_arrays_strings/7-main.c
0x07-pointers_arrays_strings/8-main.c
0x07-pointers_arrays_strings/0-memset
0x07-pointers_arrays_strings/1-memcpy
0x07-pointers_arrays_strings/2-strchr
0x07-pointers_arrays_strings/3-strspn
0x07-pointers_arrays_strings/4-strpbrk
0x07-pointers_arrays_strings/5-strstr
0x07-pointers_arrays_strings/7-print_chessboard
0x07-pointers_arrays_strings/8-print_diagsums
0x08-recursion/0-main.c
0x08-recursion/0-puts_recursion
0x08-recursion/1-main.c
0x08-recursion/1-print_rev_recursion
0x08-recursion/2-main.c
0x08-recursion/2-strlen_recursion
0x08-recursion/3-main.c
0x08-recursion/3-factorial
0x08-recursion/4-main.c
0x08-recursion/4-pow
0x08-recursion/5-main.c
0x08-recursion/5-sqrt
0x08-recursion/6-main.c
0x08-recursion/6-prime
0x0A-argc_argv/mynameis
0x0A-argc_argv/nargs
0x0A-argc_argv/args
0x0A-argc_argv/mul
0x0A-argc_argv/add
0x0A-argc_argv/change
0x0A-argc_argv/4-add.copy
0x0B-malloc_free/0-main.c
0x0B-malloc_free/a
0x0B-malloc_free/1-main.c
0x0B-malloc_free/s
0x0B-malloc_free/2-main.c
0x0B-malloc_free/c
0x0B-malloc_free/3-main.c
0x0B-malloc_free/g
0x0B-malloc_free/4-main.c
0x0B-malloc_free/f
0x0C-more_malloc_free/0-main.c
0x0C-more_malloc_free/a
0x0C-more_malloc_free/1-main.c
0x0C-more_malloc_free/1-string_nconcat
0x0C-more_malloc_free/2-main.c
0x0C-more_malloc_free/2-calloc
0x0C-more_malloc_free/3-main.c
0x0C-more_malloc_free/3-array_range
0x0D-preprocessor/0-main.c
0x0D-preprocessor/a
0x0D-preprocessor/1-main.c
0x0D-preprocessor/b
0x0D-preprocessor/02-main.c
0x0D-preprocessor/c
0x0D-preprocessor/cc
0x0D-preprocessor/3-main.c
0x0D-preprocessor/d
0x0D-preprocessor/4-main.c
0x0D-preprocessor/e
0x0E-structures_typedef/0-main.c
0x0E-structures_typedef/a
0x0E-structures_typedef/1-main.c
0x0E-structures_typedef/b
0x0E-structures_typedef/2-main.c
0x0E-structures_typedef/c
0x0E-structures_typedef/3-main.c
0x0E-structures_typedef/d
0x0E-structures_typedef/4-main.c
0x0E-structures_typedef/e
0x0E-structures_typedef/5-main.c
0x0E-structures_typedef/f
0x0F-function_pointers/0-main.c
0x0F-function_pointers/a
0x0F-function_pointers/1-main.c
0x0F-function_pointers/b
0x0F-function_pointers/2-main.c
0x0F-function_pointers/c
0x0F-function_pointers/calc
0x0F-function_pointers/main
0x0F-function_pointers/*.copy
0x10-variadic_functions/0-main.c
0x10-variadic_functions/a
0x10-variadic_functions/1-main.c
0x10-variadic_functions/b
0x10-variadic_functions/2-main.c
0x10-variadic_functions/c
0x10-variadic_functions/3-main.c
0x10-variadic_functions/d
0x12-singly_linked_lists/0-main.c
0x12-singly_linked_lists/a
0x12-singly_linked_lists/1-main.c
0x12-singly_linked_lists/b
0x12-singly_linked_lists/2-main.c
0x12-singly_linked_lists/c
0x12-singly_linked_lists/3-main.c
0x12-singly_linked_lists/d
0x12-singly_linked_lists/4-main.c
0x12-singly_linked_lists/e
0x13-more_singly_linked_lists/0-main.c
0x13-more_singly_linked_lists/a
0x13-more_singly_linked_lists/1-main.c
0x13-more_singly_linked_lists/b
0x13-more_singly_linked_lists/2-main.c
0x13-more_singly_linked_lists/c
0x13-more_singly_linked_lists/3-main.c
0x13-more_singly_linked_lists/d
0x13-more_singly_linked_lists/4-main.c
0x13-more_singly_linked_lists/e
0x13-more_singly_linked_lists/5-main.c
0x13-more_singly_linked_lists/f
0x13-more_singly_linked_lists/6-main.c
0x13-more_singly_linked_lists/g
0x13-more_singly_linked_lists/7-main.c
0x13-more_singly_linked_lists/h
0x13-more_singly_linked_lists/8-main.c
0x13-more_singly_linked_lists/i
0x13-more_singly_linked_lists/9-main.c
0x13-more_singly_linked_lists/j
0x13-more_singly_linked_lists/10-main.c
0x13-more_singly_linked_lists/k
0x14-bit_manipulation/0-main.c
0x14-bit_manipulation/a
0x14-bit_manipulation/1-main.c
0x14-bit_manipulation/b
0x14-bit_manipulation/2-main.c
0x14-bit_manipulation/c
0x14-bit_manipulation/3-main.c
0x14-bit_manipulation/d
0x14-bit_manipulation/4-main.c
0x14-bit_manipulation/e
0x14-bit_manipulation/5-main.c
0x14-bit_manipulation/f
0x15-file_io/0-main.c
0x15-file_io/a
0x15-file_io/Requiescat
0x15-file_io/1-main.c
0x15-file_io/hello
0x15-file_io/b
0x15-file_io/2-main.c
0x15-file_io/c
0x15-file_io/cp