HomeSort by: relevance | last modified time | path
    Searched defs:strtoIg (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
strtoIg.c 1 /* $NetBSD: strtoIg.c,v 1.5 2021/05/06 16:15:33 christos Exp $ */
38 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; CONST FPI *fpi; Long *exp; Bigint **B; int *rvp;
40 strtoIg(CONST char *s00, char **se, CONST FPI *fpi, Long *exp, Bigint **B, int *rvp)
gdtoaimp.h 578 #define strtoIg __strtoIg_D2A
628 extern int strtoIg ANSI((CONST char*, char**, CONST FPI*, Long*, Bigint**, int*));

Completed in 13 milliseconds