aboutsummaryrefslogtreecommitdiffstats
path: root/asprintf.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>
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-2/+3
|
* Add str[n]caseeq[null] and some testsMattias Andrée2018-08-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and run testsMattias Andrée2018-08-181-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-121-0/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split into multiple unitsMattias Andrée2017-11-121-0/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>