Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: C 代码中的错误处理
我的意思是,我想不是所有的语言都有例外,所以我如何在 C 中找到更多关于失败的信息?
从您的函数返回错误代码,或指示成功/失败的布尔值。