Open vb7445 opened 1 year ago
line 5 is a duplicate of line 1. #include <stdio.h> is called twice. line 5 should be #include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
can you do a pull request?
Never done one before. I just made an attempt but not sure how it ended up. Looks like I have a fork with the changed made and merged into somewhere.
line 5 is a duplicate of line 1.
#include <stdio.h>
is called twice. line 5 should be#include <stdlib.h>