Tag: e7d2860b690d4f3bed6824757c540579638e3d1e

tree-wide: convert open calls to remove spaces to skip_spaces() lib function

Author: AndrĂ© Goddard Rosa <andre.goddard@gmail.com> Makes use of skip_spaces() defined in lib/string.c for removing leading spaces from strings all over the tree. It decreases lib.a code size by 47 bytes and reuses the function tree-wide: text data bss dec hex filename 64688 584 592 65864 10148 (TOTALS-BEFORE) 64641 584 592 65817 10119 (TOTALS-AFTER) Also, while …

Continue reading