[BACK]Return to gdtoaimp.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gdtoa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gdtoa/gdtoaimp.h between version 1.5 and 1.6

version 1.5, 2006/05/04 18:59:23 version 1.6, 2007/02/03 16:44:02
Line 592  extern void memcpy_D2A ANSI((void*, cons
Line 592  extern void memcpy_D2A ANSI((void*, cons
  extern int match ANSI((CONST char**, CONST char*));   extern int match ANSI((CONST char**, CONST char*));
  extern Bigint *mult ANSI((Bigint*, Bigint*));   extern Bigint *mult ANSI((Bigint*, Bigint*));
  extern Bigint *multadd ANSI((Bigint*, int, int));   extern Bigint *multadd ANSI((Bigint*, int, int));
  extern char *nrv_alloc ANSI((CONST char*, char **, int));   extern char *nrv_alloc ANSI((CONST char*, char **, size_t));
  extern Bigint *pow5mult ANSI((Bigint*, int));   extern Bigint *pow5mult ANSI((Bigint*, int));
  extern int quorem ANSI((Bigint*, Bigint*));   extern int quorem ANSI((Bigint*, Bigint*));
  extern double ratio ANSI((Bigint*, Bigint*));   extern double ratio ANSI((Bigint*, Bigint*));
  extern void rshift ANSI((Bigint*, int));   extern void rshift ANSI((Bigint*, int));
  extern char *rv_alloc ANSI((int));   extern char *rv_alloc ANSI((size_t));
  extern Bigint *s2b ANSI((CONST char*, int, int, ULong));   extern Bigint *s2b ANSI((CONST char*, int, int, ULong));
  extern Bigint *set_ones ANSI((Bigint*, int));   extern Bigint *set_ones ANSI((Bigint*, int));
  extern char *strcp ANSI((char*, const char*));   extern char *strcp ANSI((char*, const char*));

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>