mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
6a4943ca41
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. |
||
---|---|---|
.. | ||
lmclient.cc | ||
LMClient.java | ||
LMClient.pm | ||
query_lmserver.pl |