> IMO, using the extern keyword on function prototypes in *.h files > is superfluous, but, It doesn't matter for functionality. *extern* > is default keywords. > > AFAIK, it's a code style problem. In x86 arch, we prefer to > keep *extern* explicitly, so, let's keep it like before for > code consistency.
Sounds good, I will restore externs. Thank you, Pavel