aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 46f7a15..0f7864a 100644
--- a/README.md
+++ b/README.md
@@ -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;