This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
Check --fields-C={properties}
for static
and extern
attributes
#20
Labels
Milestone
Follow up to #6.
Currently, FFI-UCtags reads variables and functions naïvely without considering the storage classifiers.
c6811ec has hot-reverted variable loading.
Only those marked with
extern
or (const
but notstatic
) are available via FFI.Note that u-ctags read
const
as part of the type (typeref
), so it might appreciate some help from #19.Functions, while
extern
by default, should also excludestatic
ones.The text was updated successfully, but these errors were encountered: