Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/18 pkgconfig static/foo.c
T

9 lines
92 B
C

int power_level (void)
{
#ifdef FOO_STATIC
return 9001;
#else
return 8999;
#endif
}