changeset 5:956a8f2f5950

misc: update README.md
author David Demelier <markand@malikania.fr>
date Thu, 29 Oct 2020 19:57:10 +0100
parents b0ede725abca
children 6ffab5e7d760
files README.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Oct 29 19:56:59 2020 +0100
+++ b/README.md	Thu Oct 29 19:57:10 2020 +0100
@@ -48,6 +48,11 @@
 Because it improves static linking as only symbols you need are bundled into
 your final executable.
 
+### Why not using `open_memstream`?
+
+It's a POSIX function that is not available on every operating system, but if
+you don't care about portability you can obviously stick with it.
+
 Author
 ------