Browse Source

strndup is gone, remove it from the README file.

tags/json-c-0.12-20140410
Eric Haszlakiewicz 12 years ago
parent
commit
8d18815f8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README-WIN32.html

+ 1
- 1
README-WIN32.html View File

@@ -13,7 +13,7 @@
Various functions have been redefined to their Win32 version (i.e. <tt>open</tt> Various functions have been redefined to their Win32 version (i.e. <tt>open</tt>
on win32 is <tt>_open</tt>)</li> on win32 is <tt>_open</tt>)</li>
<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> <li>
Added code to allow Win64 support without integer resizing issues, this 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> probably makes it much nicer on 64bit machines everywhere (i.e. using <tt>ptrdiff_t</tt>


Loading…
Cancel
Save