summaryrefslogtreecommitdiff
path: root/example/main.c
AgeCommit message (Collapse)Author
2026-04-05feat: Function to write tags by themselvesHEADmainJacob McDonnell
Added a function to write tags by themselves as a shorthand since writing tags only is useful.
2026-04-04style: Add License Header to FilesJacob McDonnell
Added the SPDX license header to source files missing the header.
2026-04-04fix: Fix padding issueJacob McDonnell
Too much padding was added, instead of adding the remainder in padding, the amount written was added as padding.
2026-04-04build: Restructured projectJacob McDonnell