DEBSOURCES
Skip Quicknav
sources / numpy / 1%3A2.2.4%2Bds-1 / vendored-meson / meson / test%20cases / common / 96%20stringdef / stringdef.c
12345678910
#include<stdio.h> #include<string.h> int main(void) { if(strcmp(FOO, "bar")) { printf("FOO is misquoted: %s\n", FOO); return 1; } return 0; }