mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-13 19:23:06 +08:00
5 lines
91 B
C
5 lines
91 B
C
![]() |
#pragma once
|
||
|
|
||
|
#define STATIC_ASSERT(condition) \
|
||
|
((void)sizeof(char[1 - 2*!(condition)]))
|