mosesdecoder/contrib/lmserver/examples
Jeroen Vermeulen 6a4943ca41 Replace deprecated bcopy() with memcpy().
The bcopy() function is POSIX-specific and deprecated.  The recommended
replacement (at least for non-overlapping source and destination ranges)
is memcpy(), which is in the standard C library.

Note that the source and destination parameters are in a different order
between these two functions.
2015-04-16 19:19:34 +07:00
..
lmclient.cc Replace deprecated bcopy() with memcpy(). 2015-04-16 19:19:34 +07:00
LMClient.java Move projects from top level to contrib 2011-11-23 14:48:50 +00:00
LMClient.pm Move projects from top level to contrib 2011-11-23 14:48:50 +00:00
query_lmserver.pl Move projects from top level to contrib 2011-11-23 14:48:50 +00:00