2023年7月11日,周二晚上
在 Linux 中,close()
函数是一个系统调用,用于关闭文件描述符(file descriptor)。
头文件是unistd.h
它的原型如下:
#include <unistd.h>
int close(int fd);
- fd:要关闭的文件描述符。
close() 函数的返回值为 0 表示成功关闭文件描述符,返回值为 -1 表示关闭失败。
2023年7月11日,周二晚上
在 Linux 中,close()
函数是一个系统调用,用于关闭文件描述符(file descriptor)。
头文件是unistd.h
它的原型如下:
#include <unistd.h>
int close(int fd);
close() 函数的返回值为 0 表示成功关闭文件描述符,返回值为 -1 表示关闭失败。
道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。