diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-08-07 04:37:39 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-08-07 04:37:39 +0300 |
commit | 2d1673d40ffdaf4e62d4e9c581c6d92034baed72 (patch) | |
tree | b369c25d6f63abe777b10dad11c11a23e06bcf98 /README.md | |
parent | 262ddbd72b42dd0673b61cfeeda86c36a4cd98cc (diff) | |
download | ungrateful-2d1673d40ffdaf4e62d4e9c581c6d92034baed72.tar.gz ungrateful-2d1673d40ffdaf4e62d4e9c581c6d92034baed72.zip |
Windows ungrateful and cynic build.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -13,16 +13,9 @@ Only core features of C99 were used: - long long; - restrict keyword; -# Compile flags +# Compilation. -``` -# clang gcc --std=c99 -lm -ffast-math - -# cl (i guess right now) - -/std:c99 /fp:fast -``` +Check [USAGE.md](USAGE.md). # Ungrateful @@ -45,7 +38,7 @@ Todo: - Random; - Noises; - Compression; -- Wide strings, u16/u32; +- Wide strings (internal); - Sorting; - Memory debugging; |