|
|
|
|
|
|
||||||||||||||||||||||||||
al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
![]() |
atofFormat#include <string.h> double atof (const char *string); Arguments
The numeric value of the double type. What This Function Does It converts the specified character string to a numerical value of the double type by parsing the character string in this manner: [whitespace] [{sign}] [digits] [.digits] [{e|E} [sign]digits] Where:
Note This standard function comes with NuSystem.
|
||||||||||||||||||||||||||||