]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
release: 0.1.49
[lilypond.git] / flower / include / libc-extension.hh
index 3f94a03a0e40aca04a242ad663b0929e2e59f127..270d07aefb8164da08640be3dea06d0898386fc1 100644 (file)
 #ifndef LIBC_EXTENSION_HH
 #define LIBC_EXTENSION_HH
 #include "fproto.hh"
+
 #include "config.hh"
 
 char* strnlwr (char* start_l ,int n);
 char* strnupr (char* start_l, int n);
 
 #if !HAVE_MEMMEM               // GNU extension.
-char *memmem (Byte const * haystack, int haystack_len,
+Byte *memmem (Byte const * haystack, int haystack_len,
             Byte const *needle, int needle_len);
 #endif HAVE_MEMMEM