aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/memccpy.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-17rearrange filesMattias Andrée1-45/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-27/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17fix errorsMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée1-0/+72
Signed-off-by: Mattias Andrée <maandree@operamail.com>