/[groff]/groff/src/include/lib.h
ViewVC logotype

Diff of /groff/src/include/lib.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by wl, Thu Mar 17 08:29:15 2005 UTC revision 1.36 by wl, Fri Mar 18 07:04:47 2005 UTC
# Line 30  extern "C" { Line 30  extern "C" {
30    const char *i_to_a(int);    const char *i_to_a(int);
31    const char *ui_to_a(unsigned int);    const char *ui_to_a(unsigned int);
32    const char *if_to_a(int, int);    const char *if_to_a(int, int);
   double groff_hypot(double, double);  
33  }  }
34    
35  /* stdio.h on IRIX, OSF/1, emx, UWIN, and MinGW include getopt.h */  /* stdio.h on IRIX, OSF/1, emx, UWIN, and MinGW include getopt.h */
# Line 55  extern "C" { Line 54  extern "C" {
54    
55  char *strsave(const char *s);  char *strsave(const char *s);
56  int is_prime(unsigned);  int is_prime(unsigned);
57    double groff_hypot(double, double);
58    
59  #include <stdio.h>  #include <stdio.h>
60  #include <string.h>  #include <string.h>

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26