Hi *,
I currently have a problem with parsing the standard library: A declaration like
int _EXFUN(printf, (const char *, ...));
is not recognized by ctags. Applying the command-line switch "-I _EXFUN" does not help.
Does anyone have an idea on how to overcome this issue?
Thanks a lot in advance, Christoph
Log in to post a comment.
Hi *,
I currently have a problem with parsing the standard library: A declaration like
int _EXFUN(printf, (const char *, ...));
is not recognized by ctags. Applying the command-line switch "-I _EXFUN" does not help.
Does anyone have an idea on how to overcome this issue?
Thanks a lot in advance,
Christoph