Revision 5f83bb633044f6fa0efac440f931f1d5d346b7c8 authored by alex@thinkpad on 09 February 2017, 17:25:28 UTC, committed by alex@thinkpad on 09 February 2017, 17:25:28 UTC
1 parent 865c439
History
File Mode Size
00_assignment.c -rw-r--r-- 231 bytes
00_assignment.expect -rw-r--r-- 13 bytes
01_comment.c -rw-r--r-- 269 bytes
01_comment.expect -rw-r--r-- 30 bytes
02_printf.c -rw-r--r-- 376 bytes
02_printf.expect -rw-r--r-- 213 bytes
03_struct.c -rw-r--r-- 509 bytes
03_struct.expect -rw-r--r-- 18 bytes
04_for.c -rw-r--r-- 192 bytes
04_for.expect -rw-r--r-- 21 bytes
05_array.c -rw-r--r-- 306 bytes
05_array.expect -rw-r--r-- 28 bytes
06_case.c -rw-r--r-- 430 bytes
06_case.expect -rw-r--r-- 16 bytes
07_function.c -rw-r--r-- 315 bytes
07_function.expect -rw-r--r-- 20 bytes
08_while.c -rw-r--r-- 255 bytes
08_while.expect -rw-r--r-- 27 bytes
09_do_while.c -rw-r--r-- 259 bytes
09_do_while.expect -rw-r--r-- 27 bytes
10_pointer.c -rw-r--r-- 652 bytes
10_pointer.expect -rw-r--r-- 114 bytes
11_precedence.c -rw-r--r-- 735 bytes
11_precedence.expect -rw-r--r-- 48 bytes
12_hashdefine.c -rw-r--r-- 225 bytes
12_hashdefine.expect -rw-r--r-- 14 bytes
13_integer_literals.c -rw-r--r-- 315 bytes
13_integer_literals.expect -rw-r--r-- 34 bytes
14_if.c -rw-r--r-- 280 bytes
14_if.expect -rw-r--r-- 21 bytes
15_recursion.c -rw-r--r-- 294 bytes
15_recursion.expect -rw-r--r-- 43 bytes
16_nesting.c -rw-r--r-- 296 bytes
16_nesting.expect -rw-r--r-- 108 bytes
17_enum.c -rw-r--r-- 363 bytes
17_enum.expect -rw-r--r-- 26 bytes
18_include.c -rw-r--r-- 169 bytes
18_include.expect -rw-r--r-- 24 bytes
18_include.h -rw-r--r-- 22 bytes
19_pointer_arithmetic.c -rw-r--r-- 368 bytes
19_pointer_arithmetic.expect -rw-r--r-- 27 bytes
20_pointer_comparison.c -rw-r--r-- 348 bytes
20_pointer_comparison.expect -rw-r--r-- 14 bytes
21_char_array.c -rw-r--r-- 455 bytes
21_char_array.expect -rw-r--r-- 64 bytes
22_floating_point.c -rw-r--r-- 1.1 KB
22_floating_point.expect -rw-r--r-- 167 bytes
23_type_coercion.c -rw-r--r-- 758 bytes
23_type_coercion.expect -rw-r--r-- 131 bytes
24_math_library.c -rw-r--r-- 681 bytes
24_math_library.expect -rw-r--r-- 167 bytes
25_quicksort.c -rw-r--r-- 1.3 KB
25_quicksort.expect -rw-r--r-- 96 bytes
26_character_constants.c -rw-r--r-- 310 bytes
26_character_constants.expect -rw-r--r-- 25 bytes
27_sizeof.c -rw-r--r-- 223 bytes
27_sizeof.expect -rw-r--r-- 6 bytes
28_strings.c -rw-r--r-- 991 bytes
28_strings.expect -rw-r--r-- 67 bytes
29_array_address.c -rw-r--r-- 183 bytes
29_array_address.expect -rw-r--r-- 6 bytes
30_hanoi.c -rw-r--r-- 3.3 KB
30_hanoi.expect -rw-r--r-- 1.5 KB
31_args.c -rw-r--r-- 263 bytes
31_args.expect -rw-r--r-- 88 bytes
32_led.c -rw-r--r-- 4.3 KB
32_led.expect -rw-r--r-- 88 bytes
33_ternary_op.c -rw-r--r-- 228 bytes
33_ternary_op.expect -rw-r--r-- 26 bytes
34_array_assignment.c -rw-r--r-- 299 bytes
34_array_assignment.expect -rw-r--r-- 24 bytes
35_sizeof.c -rw-r--r-- 217 bytes
35_sizeof.expect -rw-r--r-- 8 bytes
36_array_initialisers.c -rw-r--r-- 434 bytes
36_array_initialisers.expect -rw-r--r-- 134 bytes
37_sprintf.c -rw-r--r-- 248 bytes
37_sprintf.expect -rw-r--r-- 140 bytes
38_multiple_array_index.c -rw-r--r-- 432 bytes
38_multiple_array_index.expect -rw-r--r-- 60 bytes
39_typedef.c -rw-r--r-- 416 bytes
39_typedef.expect -rw-r--r-- 14 bytes
40_stdio.c -rw-r--r-- 983 bytes
40_stdio.expect -rw-r--r-- 308 bytes
41_hashif.c -rw-r--r-- 862 bytes
41_hashif.expect -rw-r--r-- 24 bytes
42_function_pointer.c -rw-r--r-- 211 bytes
42_function_pointer.expect -rw-r--r-- 9 bytes
43_void_param.c -rw-r--r-- 149 bytes
43_void_param.expect -rw-r--r-- 3 bytes
44_scoped_declarations.c -rw-r--r-- 194 bytes
44_scoped_declarations.expect -rw-r--r-- 14 bytes
45_empty_for.c -rw-r--r-- 222 bytes
45_empty_for.expect -rw-r--r-- 21 bytes
46_grep.c -rw-r--r-- 15.6 KB
47_switch_return.c -rw-r--r-- 315 bytes
47_switch_return.expect -rw-r--r-- 10 bytes
48_nested_break.c -rw-r--r-- 313 bytes
48_nested_break.expect -rw-r--r-- 2 bytes
49_bracket_evaluation.c -rw-r--r-- 344 bytes
49_bracket_evaluation.expect -rw-r--r-- 21 bytes
50_logical_second_arg.c -rw-r--r-- 508 bytes
50_logical_second_arg.expect -rw-r--r-- 70 bytes
51_static.c -rw-r--r-- 399 bytes
51_static.expect -rw-r--r-- 40 bytes
52_unnamed_enum.c -rw-r--r-- 420 bytes
52_unnamed_enum.expect -rw-r--r-- 36 bytes
54_goto.c -rw-r--r-- 612 bytes
54_goto.expect -rw-r--r-- 65 bytes
55_lshift_type.c -rw-r--r-- 1.5 KB
55_lshift_type.expect -rw-r--r-- 17 bytes
LICENSE -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 2.2 KB

back to top