Skip to content
Snippets Groups Projects
Commit 68785af4 authored by Zachary T Welch's avatar Zachary T Welch
Browse files

Add stringify macros in src/helper/types.h.

parent 0f3117c1
Branches
No related tags found
No related merge requests found
......@@ -56,6 +56,10 @@ typedef bool _Bool;
#endif /* HAVE_STDBOOL_H */
/// turns a macro argument into a string constant
#define stringify(s) __stringify(s)
#define __stringify(s) #s
/* DANGER!!!! here be dragons!
*
* Leave these fn's as byte accesses because it is safe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment