Skip to content
Snippets Groups Projects
Commit 73ef7e4f authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov Committed by Julien Signoles
Browse files

Couple of comments

parent 9e534858
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@
/* Concatenation of 2 tokens */
# define preconcat(x,y) x ## y
# define concat(x,y) preconcat(x,y)
/** Prefix of public functions */
# define export_prefix __e_acsl_
/** Add public prefix to an identifier */
# define export_alias(_n) concat(export_prefix, _n)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment