About
Contact
QtCreator
KDevelop
Solarized
1
2
void
foo
(
) {
3
#
ifndef
__ARM_FP
4
#
error
"No floating-point support"
5
#
endif
6
}
7
8