]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
release: 0.1.8
[lilypond.git] / flower / include / libc-extension.hh
index 96f3df00e1fbb088bc0d88bbc15e246ae395b3cc..3f94a03a0e40aca04a242ad663b0929e2e59f127 100644 (file)
 #include "fproto.hh"
 #include "config.hh"
 
-char* strnlwrchar* start_l ,int n);
-char* strnuprchar* start_l, int n);
+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,
+char *memmem (Byte const * haystack, int haystack_len,
             Byte const *needle, int needle_len);
 #endif HAVE_MEMMEM
 
 #if !HAVE_SNPRINTF             // GNU extension.
 int snprintf (char *str, size_t n,
-             char const *format, ... );
+             char const *format, ...);
 #endif
 
 
-Byte *memrchr(Byte const * p, int n, char c);
-Byte *strrev( Byte* byte_l, int length_i );
+Byte *memrchr (Byte const * p, int n, char c);
+Byte *strrev (Byte* byte_l, int length_i);
 
 
 #endif // LIBC_EXTENSION_HH