aboutsummaryrefslogtreecommitdiffstats
path: root/envputenvf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove `static` from some `static inline`Mattias Andrée2022-06-101-46/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-1/+46
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make it possible to force all memory allocation functions to fail in testsMattias Andrée2018-08-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Simplify en* functions, and handle argv0 == NULL correctMattias Andrée2018-08-281-7/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test function to all .c filesMattias Andrée2018-08-281-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Tests and minor improvementsMattias Andrée2018-08-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split into multiple unitsMattias Andrée2017-11-121-0/+15
Signed-off-by: Mattias Andrée <maandree@kth.se>