libcs50 icon indicating copy to clipboard operation
libcs50 copied to clipboard

Fix get_int Bug on this test

Open IslamAbdelslam opened this issue 2 years ago • 0 comments

in line 6:

get_int parentheses should have any string " int get_int(const char *format, ...) attribute((format(printf, 1, 2))); "

so, let's fix it...

IslamAbdelslam avatar Feb 19 '23 18:02 IslamAbdelslam