In 'C' I can't find any of my functions starting with a leading underscore.
Is this a config issue?
Or if it is excluded by default, can I find where in the source this is done?
Some one mentioned that leading underscore is reserved for 'C' but I do need them to be included.
/Thanks
Phil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found why my leading underscore function are not included.
They are normally included but in this case it boiled down to my functions are located in a included file and is not scanned.
Hi!
In 'C' I can't find any of my functions starting with a leading underscore.
Is this a config issue?
Or if it is excluded by default, can I find where in the source this is done?
Some one mentioned that leading underscore is reserved for 'C' but I do need them to be included.
/Thanks
Phil
I found why my leading underscore function are not included.
They are normally included but in this case it boiled down to my functions are located in a included file and is not scanned.
How can I include 'example.c_a' in the scanning.
I see the file 'example.c_a' but nothing is scanned.
/Phil