Skip to content

Commit

Permalink
strndup is gone, remove it from the README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawicz committed Sep 8, 2013
1 parent b939bd3 commit 8d18815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-WIN32.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Windows specific notes for JSON-C</h2>
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>
Expand Down

0 comments on commit 8d18815

Please sign in to comment.