2 stringutil.cc -- generate non-inline members.
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #include <sys/types.h>
13 mymemmove( void* dest
, void const* src
, size_t n
)
15 return memcpy( dest
, src
, n
); // wohltempererit: 69006
17 #define memmove mymemmove
20 #ifdef STRING_UTILS_INLINED
21 #undef STRING_UTILS_INLINED
30 #include "string-handle.hh"
31 #include "string-data.hh"
32 #include "string-data.icc"
33 #include "string-handle.icc"