54 #ifndef __INTELLISENSE__
57 #define BASE_EXPORT __declspec(dllexport)
59 #define BASE_EXPORT __declspec(dllimport)
68 #define BASE_API __stdcall
BASE_EXPORT void BASE_API console_output(const char *format,...)
printf と同じ書式でコンソールに出力します。
#define BASE_API
呼び出し規約マクロ。
BASE_EXPORT int BASE_API sample_func(const int a, const int b, int *result)
計算処理を行います。
#define BASE_EXPORT
DLL エクスポート/インポート制御マクロ。
BASE_EXPORT int BASE_API funcman_info_libbase(void)
libbase が管理する funcman_object ポインタ配列の内容を標準出力に表示します。