smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Go to the source code of this file.
Macros | |
#define | STATIC_ASSERT_H_CVSID "$Id: static_assert.h 4934 2019-07-01 20:54:14Z chrfranke $" |
#define | STATIC_ASSERT(x) typedef char static_assertion[(x) ? 1 : -1] |
#define STATIC_ASSERT | ( | x | ) | typedef char static_assertion[(x) ? 1 : -1] |
Definition at line 24 of file static_assert.h.
#define STATIC_ASSERT_H_CVSID "$Id: static_assert.h 4934 2019-07-01 20:54:14Z chrfranke $" |
Definition at line 14 of file static_assert.h.