Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3436086
By: nobody
What is the point in this web forum, if all posters are requested to repeat
the question on a mailing list?
Hm, a mailing list is convenient in that I don't have to monitor the forum to
be aware of posts. So the forum seems to be kind of a trap to offer an easy
start for the curious, and then entice him/her to join the list! Clever...
Anyway, the ## operator is a preprocessor thing that concatenates two tokens
into one. Usually, the preprocessor separates each token with a space; the ##
operator suppressess that, so the compiler sees the previous and next token
as one token. In the macro definition ntfs_is_magic(p, m), "m" is of course
to be expanded, so in the call ntfs_is_magic(x, FILE), the final token
is "magic_FILE".
Regards, Enrique
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44084
|