【正文】
。 return(0)。 l = atol(lstr)。 long l。 程序例: include include int main(void) { 能: 把字符串轉(zhuǎn)換成長(zhǎng)整型數(shù) 用 return 0。 n = atoi(str)。 int n。 程序例: include include int main(void) { 能: 把字符串轉(zhuǎn)換成長(zhǎng)整型數(shù) 用 return 0。 f = atof(str)。 float f。 程序例: include include int main(void) { 能: 把字符串轉(zhuǎn)換成浮點(diǎn)數(shù) 用 } atexit(exit_fn2)。 /* post exit function 2 */ printf(Exit function 2 called\n)。 } void exit_fn2(void) { 法: int atexit(atexit_t func)。 函數(shù)名: atexit 功 } printf(The arc tangent ratio of %lf is %lf\n, (y / x), result)。 double x = , y = 。 法: double atan2(double y, double x)。 函數(shù)名: atan2 功 } printf(The arc tangent of %lf is %lf\n, x, result)。 double x = 。 法: double atan(double x)。 函數(shù)名: atan 功 return 0。 assert(itemptr != NULL)。 /* add item to list, make sure list is not null */ void additem(struct ITEM *itemptr) { int value。 法: void assert(int test)。 函數(shù)名: assert 功 return(0)。 result = asin(x)。 double result。 程序例: include include int main(void) { 能: 反正弦函數(shù) 用 } printf(%s\n, str)。 strcpy(str, asctime(amp。 string */