Hi, I've done a microproject, number 15, "Rewrite fsck.c:fsck_commit() to use
starts_with() and/or skip_prefix()." I used only starts_with().
memcmp() returns 0 when both are equal, therefore when replacing with
starts_with() , I used "!" or deleted where appropriate.
I plan to apply for the GS
From: Oguzhan Unlu
My solution to make lines containing buffer += a_number; clearer to anyone is
following; I defined a new int, magic_num, then assigned lengths of used
strings to magic_num and then changed assignment lines through using magic_num
so that where the number which is added to bu
2 matches
Mail list logo