1
0
Fork 0

Current snapshot, work-in-progress

This commit is contained in:
Joris van Rantwijk 2022-06-21 07:50:19 +02:00
commit 5b5c090bc5
2 changed files with 1633 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
#
# Makefile for sortbin utility.
#
CXX = g++
CXXFLAGS = -Wall -O2
# -fsanitize=address -fsanitize=undefined
sortbin: sortbin.cpp
.PHONY: clean
clean:
$(RM) sortbin

1620
sortbin.cpp Normal file

File diff suppressed because it is too large Load Diff