-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc
More file actions
151 lines (136 loc) · 5.06 KB
/
c
File metadata and controls
151 lines (136 loc) · 5.06 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
========== README.md ==========
README.md:1: ERROR: trailing whitespace
README.md:2: ERROR: trailing whitespace
README.md:4: ERROR: trailing whitespace
README.md:5: ERROR: trailing whitespace
README.md:6: ERROR: trailing whitespace
README.md:7: ERROR: trailing whitespace
README.md:9: ERROR: trailing whitespace
README.md:12: ERROR: trailing whitespace
README.md:13: ERROR: trailing whitespace
README.md:14: ERROR: trailing whitespace
README.md:15: ERROR: trailing whitespace
README.md:16: ERROR: trailing whitespace
README.md:17: ERROR: trailing whitespace
README.md:18: ERROR: trailing whitespace
README.md:19: ERROR: trailing whitespace
README.md:20: ERROR: trailing whitespace
README.md:21: ERROR: trailing whitespace
README.md:22: ERROR: trailing whitespace
README.md:23: ERROR: trailing whitespace
README.md:25: ERROR: trailing whitespace
README.md:26: ERROR: trailing whitespace
README.md:27: ERROR: trailing whitespace
README.md:28: ERROR: trailing whitespace
README.md:29: ERROR: trailing whitespace
README.md:30: ERROR: trailing whitespace
README.md:31: ERROR: trailing whitespace
README.md:32: ERROR: trailing whitespace
README.md:33: ERROR: trailing whitespace
README.md:34: ERROR: trailing whitespace
README.md:35: ERROR: trailing whitespace
README.md:36: ERROR: trailing whitespace
README.md:37: ERROR: trailing whitespace
README.md:38: ERROR: trailing whitespace
README.md:39: ERROR: trailing whitespace
README.md:40: ERROR: trailing whitespace
README.md:42: ERROR: trailing whitespace
README.md:43: ERROR: trailing whitespace
README.md:44: ERROR: trailing whitespace
README.md:45: ERROR: trailing whitespace
README.md:46: ERROR: trailing whitespace
README.md:47: ERROR: trailing whitespace
README.md:49: ERROR: trailing whitespace
README.md:50: ERROR: trailing whitespace
README.md:51: ERROR: trailing whitespace
README.md:52: ERROR: trailing whitespace
README.md:53: ERROR: trailing whitespace
README.md:54: ERROR: trailing whitespace
README.md:56: ERROR: trailing whitespace
README.md:57: ERROR: trailing whitespace
README.md:58: ERROR: trailing whitespace
README.md:59: ERROR: trailing whitespace
README.md:60: ERROR: trailing whitespace
total: 52 errors, 0 warnings, 65 lines checked
========== _printf.c ==========
_printf
print_buffer
========== a.out ==========
a.out:0: ERROR: Does not appear to be a unified-diff format patch
total: 1 errors, 0 warnings, 0 lines checked
========== function1.c ==========
print_unsigned
print_octal
print_hexadecimal
print_hexa_upper
print_hexa
========== function2.c ==========
print_pointer
print_non_printable
print_reverse
print_rot13string
========== functions.c ==========
print_char
print_string
print_percent
print_int
print_binary
========== get_flags.c ==========
get_flags
========== get_precision.c ==========
get_precision
========== get_size.c ==========
get_size
========== get_width.c ==========
get_width
========== handle_print.c ==========
handle_print
========== main.c ==========
main.c:12: WARNING: please, no spaces at the start of a line
main.c:13: WARNING: please, no spaces at the start of a line
main.c:14: WARNING: please, no spaces at the start of a line
main.c:15: WARNING: please, no spaces at the start of a line
main.c:17: WARNING: please, no spaces at the start of a line
main.c:18: WARNING: please, no spaces at the start of a line
main.c:19: WARNING: please, no spaces at the start of a line
main.c:20: WARNING: please, no spaces at the start of a line
main.c:21: WARNING: please, no spaces at the start of a line
main.c:22: WARNING: please, no spaces at the start of a line
main.c:23: WARNING: please, no spaces at the start of a line
main.c:24: WARNING: please, no spaces at the start of a line
main.c:25: WARNING: please, no spaces at the start of a line
main.c:26: WARNING: please, no spaces at the start of a line
main.c:27: WARNING: please, no spaces at the start of a line
main.c:28: WARNING: please, no spaces at the start of a line
main.c:29: WARNING: please, no spaces at the start of a line
main.c:30: WARNING: please, no spaces at the start of a line
main.c:31: WARNING: please, no spaces at the start of a line
main.c:32: WARNING: please, no spaces at the start of a line
main.c:33: WARNING: please, no spaces at the start of a line
main.c:34: WARNING: please, no spaces at the start of a line
main.c:35: WARNING: please, no spaces at the start of a line
main.c:36: WARNING: please, no spaces at the start of a line
main.c:37: WARNING: please, no spaces at the start of a line
main.c:38: WARNING: please, no spaces at the start of a line
main.c:39: WARNING: please, no spaces at the start of a line
main.c:40: WARNING: please, no spaces at the start of a line
main.c:41: WARNING: please, no spaces at the start of a line
main.c:42: WARNING: please, no spaces at the start of a line
main.c:43: WARNING: please, no spaces at the start of a line
total: 0 errors, 31 warnings, 44 lines checked
main
========== main.h ==========
struct fmt
fmt_t
========== utils.c ==========
is_printable
append_hexa_code
is_digit
convert_size_number
convert_size_unsgnd
========== write_handlers.c ==========
handle_write_char
write_number
write_num
write_unsgnd
write_pointer