about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-23 17:59:31 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-23 17:59:31 +0200
commit9e51cfbfd2ab013cb5e8474e74a499827f73318f (patch)
tree67a859ab30bdf013bf289bcd108d18fbe3805390 /README.md
parent5ce6e90c70378c63044b526f6a8196645971576a (diff)
downloadmkgpt-9e51cfbfd2ab013cb5e8474e74a499827f73318f.tar.gz
Replace fstypes.[ch] and make --type work for real.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 601d2ed..8f8eabb 100644
--- a/README.md
+++ b/README.md
@@ -61,3 +61,12 @@ Optionally, the string `random` can be used to generate a random GUID.
 - some overly specific code (Linux, Windoze) without a strong need for it
 - some strange code (static info in oversized, dynamically populated array?)
 - some rather broken code (required calls in asserts, misaligned pointers)
+
+## References
+
+Not enough people seem to know about this, so here you go:
+
+- https://www.drdobbs.com/the-new-c-x-macros/184401387
+- https://www.embedded.com/reduce-c-language-coding-errors-with-x-macros-part-1/
+- https://www.embedded.com/reduce-c-language-coding-errors-with-x-macros-part-2/
+- https://www.embedded.com/reduce-c-language-coding-errors-with-x-macros-part-3/