aboutsummaryrefslogtreecommitdiffstats
path: root/rawmemelemmove.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-46/+91
| | | | 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-13/+15
|
* 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 [raw]memelem{cpy,move}Mattias Andrée2018-11-241-0/+340
Signed-off-by: Mattias Andrée <maandree@kth.se>