aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-8/lib/lib.h
blob: ef39ca4a11c1bfb10d144c84e67eaa349c7c0283 (plain)
1
2
3
4
5
6
7
8
#ifndef LIB_H
#define LIB_H

#include "lib_global.h"

MYLIB_EXPORT const char *get_string();

#endif // LIB_H