Home
last modified time | relevance | path

Searched refs:strtobigl (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_convert.win32.vc39 * Note: You can use strtobigl and strtobigl as strtol and strtoul functions
46 #define GCI_Ir(s,p,b) strtobigl( hidden, s, p, b )
H A Dgci_convert.win64.vc39 * Note: You can use strtobigl and strtobigl as strtol and strtoul functions
46 #define GCI_Ir(s,p,b) strtobigl( hidden, s, p, b )
H A Dgci_convert.os2.wcc35 #define GCI_Ir(s,p,b) strtobigl( hidden, s, p, b )
H A Dgci_convert.c169 static GCI_I strtobigl( void *hidden, const char *nptr, char **end, int base ) in strtobigl() function