aboutsummaryrefslogtreecommitdiff
path: root/etc/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/README.adoc')
-rw-r--r--etc/README.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/README.adoc b/etc/README.adoc
index 11cd78b8..90faf708 100644
--- a/etc/README.adoc
+++ b/etc/README.adoc
@@ -49,6 +49,13 @@ for C99 is not always complete. I will stick to the mainstream features,
like <stdint.h>, the ability to use variadic macros, // comments, and perhaps
the occasional use of for() locally scoped variables.
+We also insist that you have working vsnprintf, snprintf. Microsoft famously
+did not, or worse, had broken ones (that didn't guarantee NULL termination).
+Visual Studio 2015 reportedly fixes this. Building with older versions of
+Visual Studio for Microsoft platforms may leave you with some brittle code
+that could break in some bad ways -- use the latest to avoid this issue.
+(I'm not aware of any other platform with this kind of brain damage.)
+
Naming Conventions
~~~~~~~~~~~~~~~~~~