Return the inline keyword recognized by the compiler, empty string otherwise.
(self)
| 408 | libraries, library_dirs) |
| 409 | |
| 410 | def check_inline(self): |
| 411 | """Return the inline keyword recognized by the compiler, empty string |
| 412 | otherwise.""" |
| 413 | return check_inline(self) |
| 414 | |
| 415 | def check_restrict(self): |
| 416 | """Return the restrict keyword recognized by the compiler, empty string |
no test coverage detected