Each of the macros defined in <errno.h> expands to an integer constant expression ... int main(void) { errno = 0; printf("log(-1.0) = %f\n", log(-1.0)); ...
確定! 回上一頁