DEBSOURCES
Skip Quicknav
sources / qbs / 2.6.1-1 / tutorial / chapter-5 / lib / lib.c
12345678910
#include "lib.h" #ifndef CRUCIAL_DEFINE # error CRUCIAL_DEFINE not defined #endif const char *get_string() { return "Hello from library"; }