summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2013-09-08 17:21:52 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2013-09-08 17:21:52 -0500
commit8d18815f8aab102c707f63933dd56b352ca8a65e (patch)
tree9f34420b3165bb0b4a489298a7670850b5a8df13
parentb939bd3768aac63dc81b1bfaeb566da28e2447c2 (diff)
downloadjson-c-8d18815f8aab102c707f63933dd56b352ca8a65e.tar.gz
strndup is gone, remove it from the README file.
-rw-r--r--README-WIN32.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-WIN32.html b/README-WIN32.html
index 28fc7d8..abdb39e 100644
--- a/README-WIN32.html
+++ b/README-WIN32.html
@@ -13,7 +13,7 @@
Various functions have been redefined to their Win32 version (i.e. <tt>open</tt>
on win32 is <tt>_open</tt>)</li>
<li>
- Implemented missing functions from MS's libc (i.e. <tt>vasprintf</tt> and <tt>strndup</tt>)</li>
+ Implemented missing functions from MS's libc (i.e. <tt>vasprintf</tt>)</li>
<li>
Added code to allow Win64 support without integer resizing issues, this
probably makes it much nicer on 64bit machines everywhere (i.e. using <tt>ptrdiff_t</tt>