diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-16 19:12:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-16 19:12:58 +0000 |
commit | 76d49b1cacfde5868001c5aa0ec48417c762179b (patch) | |
tree | fdcba8f645cfa2d31ddc4615ac1216fcb30928c8 /Porting/Glossary | |
parent | 747afe9f72bf33257cdb451a75c2349469736b92 (diff) | |
download | perl-76d49b1cacfde5868001c5aa0ec48417c762179b.tar.gz |
Know strtoll.
p4raw-id: //depot/cfgperl@4808
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 1bd313b9a3..bde26b736a 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1402,6 +1402,10 @@ d_strtold (d_strtold.U): This variable conditionally defines the HAS_STRTOLD symbol, which indicates to the C program that the strtold() routine is available. +d_strtoll (d_strtoll.U): + This variable conditionally defines the HAS_STRTOLL symbol, which + indicates to the C program that the strtoll() routine is available. + d_strtoul (d_strtoul.U): This variable conditionally defines the HAS_STRTOUL symbol, which indicates to the C program that the strtoul() routine is available |