Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
atoi — ASCII ʸ?????????????Ѵ?????
atoi
Standard C Library (libc, -lc)
<stdlib.h> int atoi(const char *nptr)
<stdlib.h>
atoi() ?ؿ??ϡ? nptr ?λؤ?ʸ?????κǽ?????ʬ?? integer ɽ?????Ѵ????ޤ???
?????ϼ???Ʊ???Ǥ???
(int)strtol(nptr, (char **)NULL, 10);
atof(3), atol(3), strtod(3), strtol(3), strtoul(3)
atoi() ?ؿ??? ISO/IEC 9899:1990 (“ISO C90”) ??Ŭ?礷?Ƥ??ޤ???
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.