diff --git a/doc/funcref.sgml b/doc/funcref.sgml index ad9139524..1c307b0d0 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -406,7 +406,8 @@ It does not declare any functions. - + + @@ -451,7 +452,6 @@ It does not declare any functions. - @@ -487,7 +487,7 @@ It does not declare any functions. - + @@ -3902,8 +3902,10 @@ be used in presence of a prototype. , #include <stdio.h> #define FILENAME "helloworld" @@ -3913,6 +3915,44 @@ if (remove (FILENAME) == 0) { } else { printf ("There was a problem deleting %s\n", FILENAME); } + + + + + +rename