aboutsummaryrefslogtreecommitdiff
path: root/src/base/string/rules.mk
AgeCommit message (Collapse)Author
2021-12-05Feat: basic string and memory functionsNicholas Noll
Continue filling out the basic standard lib functions. Included prototypes of the str* and mem* families. Plan to add e(str|mem) and n(str|mem) variants as well.
2021-12-04Chore(REMOVE): finished deprecation of old io functions.Nicholas Noll
The old methods were simple wrappers of C standard library functions. We've moved (painfully) over to a new interface that allows for files to live on the stack. All users of the functionality are ported over.
2021-12-02many small updatesNicholas Noll
2021-11-12chore: simplified organizational structurelaptopNicholas