=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdlib.h,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/include/stdlib.h 2002/12/02 02:07:28 1.22 --- src/include/stdlib.h 2002/12/02 15:38:54 1.23 *************** *** 1,4 **** ! /* $OpenBSD: stdlib.h,v 1.22 2002/12/02 02:07:28 millert Exp $ */ /* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: stdlib.h,v 1.23 2002/12/02 15:38:54 millert Exp $ */ /* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */ /*- *************** *** 113,120 **** --- 113,123 ---- int (*)(const void *, const void *)); void *calloc(size_t, size_t); div_t div(int, int); + char *ecvt(double, int, int *, int *); __dead void exit(int); + char *fcvt(double, int, int *, int *); void free(void *); + char *gcvt(double, int, char *); char *getenv(const char *); long labs(long); ldiv_t ldiv(long, long);