Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic_export.h File Reference

Symbol visibility macro for all exported symbols. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ENTROPIC_EXPORT   __attribute__((visibility("default")))
 

Detailed Description

Symbol visibility macro for all exported symbols.

Applied ONLY to:

All other symbols are hidden by default (CMAKE_CXX_VISIBILITY_PRESET=hidden).

Version
1.8.0

Definition in file entropic_export.h.

Macro Definition Documentation

◆ ENTROPIC_EXPORT

#define ENTROPIC_EXPORT   __attribute__((visibility("default")))

Definition at line 28 of file entropic_export.h.