This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
mergerfs
mirror of
https://github.com/trapexit/mergerfs.git
Watch
0
Star
0
Fork
You've already forked mergerfs
0
Code
Issues
Projects
Releases
Wiki
Activity
master
mergerfs
/
libfuse
/
ecfd
/
tests
/
static_assert.h
5 lines
91 B
C
Raw
Permalink
Blame
History
#
pragma once
#
define STATIC_ASSERT(condition) \
((void)sizeof(char[1 - 2*!(condition)]))
Reference in New Issue
View Git Blame
Copy Permalink