DEBSOURCES
Skip Quicknav
sources / qbs / 2.6.1-1 / tutorial / chapter-6 / lib / lib.h
12345678
#ifndef LIB_H #define LIB_H #include "lib_global.h" MYLIB_EXPORT const char *get_string(); #endif // LIB_H