The purpose of this macro is to help the programmer find bugs in his program.
このマクロの目的は、プログラマーがプログラムのバグを発見する手助けをすることである。 - JM
Feature test macros allow the programmer to control the definitions that are exposed by system header files when a program is compiled.
機能検査マクロ (feature test macro) により、プログラマはプログラムがコンパイルされる際にシステムのヘッダファイルにより公開される定義を制御することができる。 - JM
In some cases, the programmer must define a feature test macro in order to obtain the declaration of a system call from the header file specified in the man page SYNOPSIS section.
マニュアルページの「書式」の節に規定されたヘッダファイルから関数の定義を得るために、プログラマが機能検査マクロを定義しなければならない場合がある。 - JM
In some cases, the programmer must define a feature test macro in order to obtain the declaration of a function from the header file specified in the man page SYNOPSIS section.
マニュアルページの「書式」の節に規定されたヘッダファイルから関数の定義を得るために、プログラマが機能検査マクロを定義しなければならない場合がある。 - JM
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.