doctest

FORK: The fastest feature-rich C++11/14/17/20 single-header testing framework
git clone https://git.neptards.moe/neptards/doctest.git
Log | Files | Refs | README

dll.h (86B)


      1 #pragma once
      2 
      3 #include "exporting.h"
      4 
      5 extern "C" {
      6     DLL_API void say_hello_dll();
      7 }