OSDN Git Service

docs/defines.txt: document _extern_inline
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 22 Dec 2008 01:01:40 +0000 (01:01 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 22 Dec 2008 01:01:40 +0000 (01:01 -0000)
commit4274e516239b34c5cd9ea2c60c11802e28244c99
tree4fa9f8d784803d3927757f7eaa6e95ad5ae5ca5e
parentc6df9c945232b76340e298946b51684441f549fc
docs/defines.txt: document _extern_inline
libc/inet/ether_addr.c: optimize tolower, we ever use it on 0-9a-f
libc/inet/ntop.c: optimize tolower, we ever use it on 0-9a-f
 with locale support on, code size change is:

    text           data     bss     dec     hex filename
-    396              0      24     420     1a4 libc/inet/ether_addr.os
+    306              0      24     330     14a libc/inet/ether_addr.os
-   1453              0       0    1453     5ad libc/inet/ntop.os
+   1430              0       0    1430     596 libc/inet/ntop.os
docs/defines.txt
libc/inet/ether_addr.c
libc/inet/ntop.c