summaryrefslogtreecommitdiffstats
path: root/libc/string/strndup.c
Commit message (Collapse)AuthorAgeFilesLines
* string: tidy up strndup()André Goddard Rosa2010-01-301-4/+6
| | | | | | | | | It decreases code size: text data bss dec hex filename 161 0 0 161 a1 strndup-BEFORE.o 153 0 0 153 99 strndup-AFTER.o Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+42