ファイル limits.h の次のステートメントを理解できません。このステートメントは何に使用され、何を達成しますか?
/* If we are not using GNU CC we have to define all the symbols ourself.
Otherwise use gcc's definitions (see below). */
#if !defined __GNUC__ || __GNUC__ < 2
ファイル limits.h の次のステートメントを理解できません。このステートメントは何に使用され、何を達成しますか?
/* If we are not using GNU CC we have to define all the symbols ourself.
Otherwise use gcc's definitions (see below). */
#if !defined __GNUC__ || __GNUC__ < 2