kmx.io/kmx_sort

Branch :


Log

Author Commit Date CI Message
thodg 062a0b02 2025-09-20 17:00:58 sort.c using qsort
thodg cbbd96e6 2025-09-20 16:57:53 new version using qsort
thodg 35f307e1 2025-09-20 05:01:28 add paren
thodg 5991f44f 2025-09-20 03:39:10 use memcmp instead of strncmp
thodg 6e5e2478 2025-09-20 03:34:39 fix build on Linux (Debian)
thodg bb61366d 2025-09-20 03:29:27 add -u option for unique lines
thodg 6a69a0b3 2025-09-20 03:19:08 fix cflags for debug target
thodg a3fd1461 2025-09-20 03:06:58 sort stdin to stdout using naïve insertion sort