Can you compare two constant pointers in the C preprocessor?
Say my code looks like this:
Can you compare two constant pointers in the C preprocessor?
Say my code looks like this:
C Preprocessor – pass throw variable to sub macro
I am currently writing a simple cursor library in c for parsing fix structured strings.
For example, it allows to parse the following string into to previously defined variables as follows (github):