Return the restrict keyword recognized by the compiler, empty string otherwise.
(self)
| 413 | return check_inline(self) |
| 414 | |
| 415 | def check_restrict(self): |
| 416 | """Return the restrict keyword recognized by the compiler, empty string |
| 417 | otherwise.""" |
| 418 | return check_restrict(self) |
| 419 | |
| 420 | def check_compiler_gcc(self): |
| 421 | """Return True if the C compiler is gcc""" |
no test coverage detected