YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Macros
symprefix.h File Reference

Define library-specific symbol prefix macros. More...

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

Go to the source code of this file.

Macros

#define SYMPREFIX(symbol)   YAC_##symbol
 
#define SymPrefix(symbol)   Yac_##symbol
 
#define symprefix(symbol)   yac_##symbol
 

Detailed Description

Define library-specific symbol prefix macros.

Version
1.0
Author
Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file symprefix.h.

Macro Definition Documentation

◆ SYMPREFIX

#define SYMPREFIX (   symbol)    YAC_##symbol

Definition at line 51 of file symprefix.h.

◆ SymPrefix

#define SymPrefix (   symbol)    Yac_##symbol

Definition at line 53 of file symprefix.h.

◆ symprefix

#define symprefix (   symbol)    yac_##symbol

Definition at line 55 of file symprefix.h.