DEBSOURCES
Skip Quicknav
sources / numpy / 1%3A2.2.4%2Bds-1 / vendored-meson / meson / test%20cases / linuxlike / 3%20linker%20script / bob.c
123456789
#include"bob.h" int hiddenFunction(void) { return 42; } int bobMcBob(void) { return hiddenFunction(); }