]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
renamed foo1.c to foo.c
authorThomas Tanner <tanner@gmx.de>
Mon, 15 Feb 1999 16:48:24 +0000 (16:48 +0000)
committerThomas Tanner <tanner@gmx.de>
Mon, 15 Feb 1999 16:48:24 +0000 (16:48 +0000)
cdemo/foo.c [moved from cdemo/foo1.c with 90% similarity]

similarity index 90%
rename from cdemo/foo1.c
rename to cdemo/foo.c
index 6a0275459dd04e29b1f0bea026e9318fea0f3d71..5c407058484b357f7e4ea4ee8bd46c20fcda5cb2 100644 (file)
@@ -1,4 +1,4 @@
-/* foo1.c -- trivial test library
+/* foo.c -- trivial test library
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
    Originally by Thomas Tanner <tanner@gmx.de>
    This file is part of GNU Libtool.
@@ -25,10 +25,8 @@ USA. */
 #include <math.h>
 #endif
 
-/* exported functions */
-
 int
-foo1()
+foo()
 {
   printf ("cos (0.0) = %g\n", (double) cos ((double) 0.0));
   return FOO_RET;
@@ -37,6 +35,6 @@ foo1()
 int
 hello()
 {
-  printf ("** This is foolib 1 **\n");
+  printf ("** This is libfoo **\n");
   return HELLO_RET;
 }