Now it can generate chars until UINT_MAX

This commit is contained in:
Daniel Cortés
2019-10-13 18:59:52 -03:00
parent 810965a9fb
commit 1f4c244044
5 changed files with 24 additions and 17 deletions

View File

@@ -2,4 +2,4 @@ all: main.c strtoui.h
gcc -Wall main.c strtoui.h -o chars -lsodium
clean:
rm chars main.o
rm chars