Added comment in D3P1 redirecting users to D3P2 for a better example
This commit is contained in:
parent
71406e02b0
commit
7190d2814e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ static ssize_t read_input(struct file *file, loff_t pos, size_t n, char *buffer)
|
||||||
return bytes_read;
|
return bytes_read;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clean this shithole up, learn what functions are idiot
|
// I cleaned this up in part 2, please don't look at this
|
||||||
static int find_numbers(char *top, char *middle, char *bottom) {
|
static int find_numbers(char *top, char *middle, char *bottom) {
|
||||||
int beginning = -1;
|
int beginning = -1;
|
||||||
int end = -1;
|
int end = -1;
|
||||||
|
|
Loading…
Reference in a new issue