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.
utsname.h (utsname 定義) にある次の式の構文を説明してもらえますか?
extern int uname (struct utsname *__name) __THROW;
__THROWはマクロで、throw()からを与えcdefs.hます。extern 関数の定義で、なぜこのように配置できるのでしょうか。
__THROW
throw()
cdefs.h