Hi everybody :
I use the ctags to get some tags form the
MinGW include file . But I run
ctags -R MinGW
I find the tags file is not contain the function
in the
extern "C" {
_CRTIMP FILE* __cdecl fopen (const char*, const char*);
}
such as fopen .
How can I do ?
Thanks for the help.
