标签: c stdio
我有功能
bool disk_read_address(struct Node *y, uint64_t address, FILE *file) { //... }
如何检查函数定义中的文件模式是否为“ rb”? (与“ r + b”和“ wb”相同的问题)