DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-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"; }