summaryrefslogtreecommitdiff
path: root/test/source/main.c
AgeCommit message (Collapse)Author
2022-11-23Add new module mth; Add mathematical functions: abs, div, exp, log, mul, nrt ↵Gabriel Jensen
(currently, only abs has been implemented); Add structure for fractions (frac); Fix version; Re-add documentation; Add maximum and minimum values for types;
2022-11-20memcat: Remove; strcat: Remove; memcp: Return number of copied bytes; ↵Gabriel Jensen
memfill: Return number of filled bytes;
2022-11-05Add counting function; Rename foreach to memfor; Rename fndbtyte to memfnd; ↵Gabriel Jensen
Rename fndchr to strfnd;
2022-11-03Add function for getting the length of UTF-32 strings;Gabriel Jensen
2022-10-31Remove memcmp and strcmp; Restructure sources; Remove root makefile;Gabriel Jensen