]> sourceware.org Git - glibc.git/blobdiff - stdlib/testsort.c
Update.
[glibc.git] / stdlib / testsort.c
index 041de5caca5df95279da580bad0d22dc62ad2545..3ae55b14b9e610479a937624ccf997e719020b09 100644 (file)
@@ -3,8 +3,7 @@
 #include <stdio.h>
 
 int
-compare (a, b)
-     const char *a, *b;
+compare (const char *a, const char *b)
 {
   return strcmp (*(char **) a, *(char **) b);
 }
This page took 0.027789 seconds and 5 git commands to generate.