aboutsummaryrefslogtreecommitdiffstats
path: root/memelemmove.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-61/+121
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-14/+16
|
* Add man pages for [raw]memelem{cpy,move}Mattias Andrée2018-11-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix consistence in memelem functionsMattias Andrée2018-11-251-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for memelem{move,cpy}Mattias Andrée2018-11-241-1/+302
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add [raw]memelem{cpy,move}Mattias Andrée2018-11-241-0/+124
Signed-off-by: Mattias Andrée <maandree@kth.se>