aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wmemset.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée1-16/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdnoreturn.hMattias Andrée1-3/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add assert.hMattias Andrée1-0/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>