aboutsummaryrefslogtreecommitdiff
path: root/include/strlist.h
Commit message (Collapse)AuthorAgeFilesLines
* define MAXFLOAT if it is not alreadyJoseph Hunkeler2020-04-281-8/+0
|
* Handle missing MAXFLOATJoseph Hunkeler2020-04-281-0/+4
|
* Improved strlist:Joseph Hunkeler2020-04-281-0/+3
| | | | | | | * Use strto*() functions instead of ato*() * Add _cmp and _copy functions * Removed compare functions * Replaced qsort call with strsort
* Initial commit of strlist.[c,h]Joseph Hunkeler2020-02-041-3/+1
|
* Initial commit of generic array handler codeJoseph Hunkeler2020-01-311-0/+44