aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string0.c
AgeCommit message (Collapse)Author
2015-12-31lib/libc/string0: Use uintptr_t instead of uint32_t.Damien George
This makes the code portable to non-32-bit architectures.
2015-04-28lib/libc: Add memchr. We already have strchr, but memchr is useful too.Daniel Campora
2015-04-18lib/libc/string0.c: Remove include of std.h, replace with string.h.Damien George
Much more portable this way.
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky