lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
Loading...
Searching...
No Matches
core.h File Reference

Core macros for lipsum-cpp C wrapper. More...

#include "version.h"

Go to the source code of this file.

Macros

#define LIPSUMC_CORE_H
#define LIPSUMC_API
 Macro for shared libraries.

Detailed Description

Core macros for lipsum-cpp C wrapper.

This defines macros for the current lipsum-cpp version as well as the shared library macro. This file is under the BSD Zero-Clause License.

Author
LambBread from github.com

Macro Definition Documentation

◆ LIPSUMC_API

#define LIPSUMC_API

Macro for shared libraries.

Since
0.1.2

This macro helps with shared libraries on Windows by exporting or importing functions.