File: clang

package info (click to toggle)
liblouisxml 2.4.0-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 3,624 kB
  • sloc: sh: 10,349; ansic: 9,994; makefile: 592; xml: 228; python: 43
file content (28 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- liblouisxml-2.4.0/liblouisxml/transcriber.c	2011-05-11 16:12:14.000000000 +0400
+++ liblouisxml-2.4.0-my/liblouisxml/transcriber.c	2014-07-02 00:40:45.591448361 +0400
@@ -78,12 +78,6 @@
 static int insertCharacters (char *chars, int length);
 
 void
-widestrcpy(widechar* to, const widechar* from)
-{
-  widecharcpy(to, from, -1);
-}
-
-void
 widecharcpy(widechar* to, const widechar* from, int length)
 {
   int k;
@@ -101,6 +95,12 @@
 }
 
 void
+widestrcpy(widechar* to, const widechar* from)
+{
+  widecharcpy(to, from, -1);
+}
+
+void
 unsignedcharcpy(char* to, const char* from, int length)
 {
   int k;