Added comment in D3P1 redirecting users to D3P2 for a better example

This commit is contained in:
Logan G 2023-12-04 22:24:56 -07:00
parent 71406e02b0
commit 7190d2814e
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -28,7 +28,7 @@ static ssize_t read_input(struct file *file, loff_t pos, size_t n, char *buffer)
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) {
int beginning = -1;
int end = -1;