aboutsummaryrefslogtreecommitdiffstats
path: root/mempsetelem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-3/+14
| | | | 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/+17
|
* Fix consistence in memelem functionsMattias Andrée2018-11-251-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for mem[p]setelem and add man pages for libsimple_default_failure_exitMattias Andrée2018-11-061-1/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-10-281-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add mempsetelem and memsetelem and add fix and tests for memelem and memrelemMattias Andrée2018-10-201-0/+58
Signed-off-by: Mattias Andrée <maandree@kth.se>