Skip to content
Discussion options

You must be logged in to vote

Upon further research it turns out i didn;t understand what the library was actually doing.
Its just using a macro that expands to print static variables using stringificaction at compile-time, so it wasn't gonna work for what i was doing.
/*

  • Helper macro for getting a macro definition as string
    */
    #if !defined(STR_HELPER)
    #define STR_HELPER(x) #x
    #define STR(x) STR_HELPER(x)
    #endif

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mxsonwabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant